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:
parent
fe8112f826
commit
bba9ba9e25
@ -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>
|
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
|
|||||||
|
|
||||||
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
|
|||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user