OpenCores
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] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#! /bin/sh
2
#
3
#  This script creates the install infrastructure for the GNU tools
4
#  documentation.
5
#
6
 
7
install=/usr3/rtems_cds/test_cd/doc/tools
8
 
9
#if [ $? -ne 1 ] ; then
10
#  echo "Usage: $0 install_directory"
11
#  exit 1
12
#fi
13
 
14
rm -rf ${install}
15
mkdir ${install}
16
mkdir ${install}/info
17
mkdir ${install}/html
18
 
19
cp rtems_tools_index.html  ${install}/../index.html
20
cp index.html              ${install}/html
21
cp ../BAD.html             ${install}/html
22
cp ../tools/texi2www/*.gif ${install}/html
23
cp ../common/*arrow.gif    ${install}/html
24
cp ../common/up-arrow.gif  ${install}/html
25
cp ../common/oaronly.jpg   ${install}/html
26
cp ../common/dvi.gif       ${install}/html
27
cp ../common/pdf.gif       ${install}/html
28
cp ../common/pdf1.gif      ${install}/html
29
cp ../common/ps.gif        ${install}/html

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.