From: jsm28 Date: Tue, 28 Aug 2001 21:11:02 +0000 (+0000) Subject: * update_web_docs: Also check out texinfo.tex from X-Git-Tag: upstream/4.9.2~92361 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c525503d41d63956aed26a978f8b5e99ca0b7594;p=platform%2Fupstream%2Flinaro-gcc.git * update_web_docs: Also check out texinfo.tex from gcc/doc/include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45236 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * update_web_docs: Also check out texinfo.tex from + gcc/doc/include. + 2001-08-06 Gerald Pfeifer * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS. diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs index c39e0ad..65faa2d 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` .