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
This commit is contained in:
Gerald Pfeifer 2001-08-06 15:03:21 +02:00 committed by Gerald Pfeifer
parent fe8112f826
commit bba9ba9e25
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2001-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
Preprocess the entire web site, not just the install docs.
2001-06-25 Phil Edwards <pme@sources.redhat.com>
* update_version: Add command-line argument capability, also

View File

@ -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.