aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-08-28 22:11:02 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2001-08-28 22:11:02 +0100
commit70f66039601a150c5a264e68e01957bd1d3a7b32 (patch)
tree7b6f24304ce6a34ebf476ac84de33f6e9565eca5 /maintainer-scripts
parent4f400cf638cb8e3ade74e3e6b8d5a5c519886c95 (diff)
downloadgcc-70f66039601a150c5a264e68e01957bd1d3a7b32.zip
gcc-70f66039601a150c5a264e68e01957bd1d3a7b32.tar.gz
gcc-70f66039601a150c5a264e68e01957bd1d3a7b32.tar.bz2
update_web_docs: Also check out texinfo.tex from gcc/doc/include.
* update_web_docs: Also check out texinfo.tex from gcc/doc/include. From-SVN: r45236
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog5
-rwxr-xr-xmaintainer-scripts/update_web_docs2
2 files changed, 6 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index af8ea17..d23ab08 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-28 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * update_web_docs: Also check out texinfo.tex from
+ gcc/doc/include.
+
2001-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs
index c39e0ad..65faa2dc 100755
--- a/maintainer-scripts/update_web_docs
+++ b/maintainer-scripts/update_web_docs
@@ -90,7 +90,7 @@ find $CVSROOT/gcc -name \*.texi,v -print | fgrep -v -f/home/gccadmin/scripts/doc
# Checkout all the texi files and get them into a single directory.
# If we ever have texi files with the same name we'll have to do this
# differently.
-cvs -Q co -r$RELEASE `cat FILES` gcc/gcc/doc/install.texi2html gcc/gcc/texinfo.tex gcc/gcc/doc/texinfo.tex
+cvs -Q co -r$RELEASE `cat FILES` gcc/gcc/doc/install.texi2html gcc/gcc/texinfo.tex gcc/gcc/doc/texinfo.tex gcc/gcc/doc/include/texinfo.tex
mv `find . -name \*.texi -print` .
mv `find . -name \*.tex -print` .