mirror of git://gcc.gnu.org/git/gcc.git
Revert some changes inadvertently committed as part of the previous revision.
From-SVN: r123396
This commit is contained in:
parent
c76d7ebaff
commit
2b9e95d02a
|
@ -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
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue