From: Gerald Pfeifer Date: Mon, 6 Aug 2001 13:03:21 +0000 (+0200) Subject: update_web_docs (PREPROCESS): Rename to WWWPREPROCESS. X-Git-Tag: prereleases/libstdc++-3.0.95~2844 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba9ba9e250196571ae8ecd2893ce4cb25221189;p=thirdparty%2Fgcc.git update_web_docs (PREPROCESS): Rename to WWWPREPROCESS. * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS. Preprocess the entire web site, not just the install docs. From-SVN: r44659 --- diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 9c07464a7bc6..af8ea17f0e89 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +2001-08-06 Gerald Pfeifer + + * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS. + Preprocess the entire web site, not just the install docs. + 2001-06-25 Phil Edwards * update_version: Add command-line argument capability, also diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs index c9f8b6ee2ae9..c39e0ad94760 100755 --- a/maintainer-scripts/update_web_docs +++ b/maintainer-scripts/update_web_docs @@ -8,7 +8,7 @@ PATH=/usr/local/bin:$PATH WWWBASE=/www/gcc/htdocs WWWBASE_PREFORMATTED=/www/gcc/htdocs-preformatted -PREPROCESS=/www/gcc/bin/preprocess +WWWPREPROCESS='/www/gcc/bin/preprocess -r' # Process options -rrelease and -ddirectory RELEASE="" @@ -162,10 +162,9 @@ if [ "$RELEASE" = "HEAD" ]; then export DESTDIR $WORKDIR/gcc/gcc/doc/install.texi2html - for file in `ls $DESTDIR` - do - $PREPROCESS install/$file - done + # Preprocess the entire web site, not just the install docs! + echo "Invoking $WWWPREPROCESS" + $WWWPREPROCESS fi # Clean up behind us.