aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@gcc.gnu.org>2007-04-01 00:08:27 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2007-04-01 00:08:27 +0000
commit2b9e95d02a7d5ba1de3bf6f6903f9fb83ba73003 (patch)
tree70dff7c837d36c4da29375f91379ffc0c6b7b4c0 /maintainer-scripts
parentc76d7ebaff2ad6f4fae970f853bd0ff3f23cb632 (diff)
downloadgcc-2b9e95d02a7d5ba1de3bf6f6903f9fb83ba73003.zip
gcc-2b9e95d02a7d5ba1de3bf6f6903f9fb83ba73003.tar.gz
gcc-2b9e95d02a7d5ba1de3bf6f6903f9fb83ba73003.tar.bz2
Revert some changes inadvertently committed as part of the previous revision.
From-SVN: r123396
Diffstat (limited to 'maintainer-scripts')
-rwxr-xr-xmaintainer-scripts/update_web_docs_svn19
1 files changed, 6 insertions, 13 deletions
diff --git a/maintainer-scripts/update_web_docs_svn b/maintainer-scripts/update_web_docs_svn
index a587966..fbb2802 100755
--- a/maintainer-scripts/update_web_docs_svn
+++ b/maintainer-scripts/update_web_docs_svn
@@ -175,7 +175,7 @@ if test $today = 15; then
done
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
if [ -f $DOCSDIR/$file ]; then
cat $DOCSDIR/$file |
@@ -195,25 +195,18 @@ done
cd $DOCSDIR
-# And generate version-specific 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.
+# Finally, generate the installation documentation
if [ "$RELEASE" = "trunk" ]; then
SOURCEDIR=$WORKDIR/gcc/gcc/doc
DESTDIR=$WWWBASE_PREFORMATTED/install
export SOURCEDIR
export DESTDIR
$WORKDIR/gcc/gcc/doc/install.texi2html
-fi
-# Preprocess the entire web site, not just the install docs!
-echo "Invoking $WWWPREPROCESS"
-$WWWPREPROCESS | grep -v '^ Warning: Keeping'
+ # Preprocess the entire web site, not just the install docs!
+ echo "Invoking $WWWPREPROCESS"
+ $WWWPREPROCESS |grep -v '^ Warning: Keeping'
+fi
# Clean up behind us.