summaryrefslogtreecommitdiffstats
path: root/doc/gnu_docs/mk_install_dir
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-08-27 15:07:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-08-27 15:07:35 +0000
commit45bcd282b4bedb488557894ab5a77774b0b66e60 (patch)
tree7f6e8b45a33226e151ea2834f4787437c27d1734 /doc/gnu_docs/mk_install_dir
parentHandle the noarch rpms. Dump the file list. (diff)
downloadrtems-45bcd282b4bedb488557894ab5a77774b0b66e60.tar.bz2
2006-08-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac, develenv/direct.t: Remove gnu_docs. Now included with RPMs. * gnu_docs/.cvsignore, gnu_docs/ChangeLog, gnu_docs/Makefile.am, gnu_docs/Tool_Doc_Instructions, gnu_docs/gen_docs, gnu_docs/gnu_footer.html, gnu_docs/gnu_header.html, gnu_docs/index.html, gnu_docs/mk_install_dir, gnu_docs/refcard.html, gnu_docs/rtems_tools_index.html: Removed.
Diffstat (limited to 'doc/gnu_docs/mk_install_dir')
-rw-r--r--doc/gnu_docs/mk_install_dir29
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/gnu_docs/mk_install_dir b/doc/gnu_docs/mk_install_dir
deleted file mode 100644
index 52ef35287b..0000000000
--- a/doc/gnu_docs/mk_install_dir
+++ /dev/null
@@ -1,29 +0,0 @@
-#! /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
-#fi
-
-rm -rf ${install}
-mkdir ${install}
-mkdir ${install}/info
-mkdir ${install}/html
-
-cp rtems_tools_index.html ${install}/../index.html
-cp index.html ${install}/html
-cp ../BAD.html ${install}/html
-cp ../tools/texi2www/*.gif ${install}/html
-cp ../common/*arrow.gif ${install}/html
-cp ../common/up-arrow.gif ${install}/html
-cp ../common/oaronly.jpg ${install}/html
-cp ../common/dvi.gif ${install}/html
-cp ../common/pdf.gif ${install}/html
-cp ../common/pdf1.gif ${install}/html
-cp ../common/ps.gif ${install}/html