Commit 2b9e95d0 by Gerald Pfeifer

Revert some changes inadvertently committed as part of the previous revision.

From-SVN: r123396
parent c76d7eba
...@@ -175,7 +175,7 @@ if test $today = 15; then ...@@ -175,7 +175,7 @@ if test $today = 15; then
done done
fi fi
# Copy the resulting files to the web server. # And copy the resulting files to the web server
for file in */*.html *.ps *.pdf *.tar; do for file in */*.html *.ps *.pdf *.tar; do
if [ -f $DOCSDIR/$file ]; then if [ -f $DOCSDIR/$file ]; then
cat $DOCSDIR/$file | cat $DOCSDIR/$file |
...@@ -195,25 +195,18 @@ done ...@@ -195,25 +195,18 @@ done
cd $DOCSDIR cd $DOCSDIR
# And generate version-specific installation documentation. # Finally, generate the installation documentation
SOURCEDIR=$WORKDIR/gcc/gcc/doc
DESTDIR=$DOCSDOR/install
export SOURCEDIR
export DESTDIR
$WORKDIR/gcc/gcc/doc/install.texi2html
# Finally, generate the primary installation documentation.
if [ "$RELEASE" = "trunk" ]; then if [ "$RELEASE" = "trunk" ]; then
SOURCEDIR=$WORKDIR/gcc/gcc/doc SOURCEDIR=$WORKDIR/gcc/gcc/doc
DESTDIR=$WWWBASE_PREFORMATTED/install DESTDIR=$WWWBASE_PREFORMATTED/install
export SOURCEDIR export SOURCEDIR
export DESTDIR export DESTDIR
$WORKDIR/gcc/gcc/doc/install.texi2html $WORKDIR/gcc/gcc/doc/install.texi2html
fi
# Preprocess the entire web site, not just the install docs! # Preprocess the entire web site, not just the install docs!
echo "Invoking $WWWPREPROCESS" echo "Invoking $WWWPREPROCESS"
$WWWPREPROCESS | grep -v '^ Warning: Keeping' $WWWPREPROCESS |grep -v '^ Warning: Keeping'
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