URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [gnu_docs/] [mk_install_dir] - Rev 1782
Compare with Previous | Blame | View Log
#! /bin/sh## This script creates the install infrastructure for the GNU tools# documentation.#install=/usr3/rtems_cds/test_cd/doc/tools#if [ $? -ne 1 ] ; then# echo "Usage: $0 install_directory"# exit 1#firm -rf ${install}mkdir ${install}mkdir ${install}/infomkdir ${install}/htmlcp rtems_tools_index.html ${install}/../index.htmlcp index.html ${install}/htmlcp ../BAD.html ${install}/htmlcp ../tools/texi2www/*.gif ${install}/htmlcp ../common/*arrow.gif ${install}/htmlcp ../common/up-arrow.gif ${install}/htmlcp ../common/oaronly.jpg ${install}/htmlcp ../common/dvi.gif ${install}/htmlcp ../common/pdf.gif ${install}/htmlcp ../common/pdf1.gif ${install}/htmlcp ../common/ps.gif ${install}/html
