Commit bba9ba9e by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent fe8112f8
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> 2001-06-25 Phil Edwards <pme@sources.redhat.com>
* update_version: Add command-line argument capability, also * update_version: Add command-line argument capability, also
......
...@@ -8,7 +8,7 @@ PATH=/usr/local/bin:$PATH ...@@ -8,7 +8,7 @@ PATH=/usr/local/bin:$PATH
WWWBASE=/www/gcc/htdocs WWWBASE=/www/gcc/htdocs
WWWBASE_PREFORMATTED=/www/gcc/htdocs-preformatted WWWBASE_PREFORMATTED=/www/gcc/htdocs-preformatted
PREPROCESS=/www/gcc/bin/preprocess WWWPREPROCESS='/www/gcc/bin/preprocess -r'
# Process options -rrelease and -ddirectory # Process options -rrelease and -ddirectory
RELEASE="" RELEASE=""
...@@ -162,10 +162,9 @@ if [ "$RELEASE" = "HEAD" ]; then ...@@ -162,10 +162,9 @@ if [ "$RELEASE" = "HEAD" ]; then
export DESTDIR export DESTDIR
$WORKDIR/gcc/gcc/doc/install.texi2html $WORKDIR/gcc/gcc/doc/install.texi2html
for file in `ls $DESTDIR` # Preprocess the entire web site, not just the install docs!
do echo "Invoking $WWWPREPROCESS"
$PREPROCESS install/$file $WWWPREPROCESS
done
fi fi
# Clean up behind us. # Clean up behind us.
......
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