Commit 70f66039 by Joseph Myers Committed by Joseph Myers

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
parent 4f400cf6
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.
......
......@@ -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` .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment