aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-11-06 17:59:19 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-11-06 17:59:19 +0000
commite180d2b01dc0c6fb6aeb97764f821ebb76404704 (patch)
treef0d3139bba7a2e9be4b6f93f8f70d4cde1f64b34
parentb47a72ea38d90c6ad27ccc3bbe6c1c6c0043e4a1 (diff)
downloadgcc-e180d2b01dc0c6fb6aeb97764f821ebb76404704.zip
gcc-e180d2b01dc0c6fb6aeb97764f821ebb76404704.tar.gz
gcc-e180d2b01dc0c6fb6aeb97764f821ebb76404704.tar.bz2
update_web_docs: Set SOURCEDIR so that install manual can be found when running install.texi2html.
* update_web_docs: Set SOURCEDIR so that install manual can be found when running install.texi2html. From-SVN: r46810
-rw-r--r--maintainer-scripts/ChangeLog3
-rwxr-xr-xmaintainer-scripts/update_web_docs2
2 files changed, 4 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 878983a..8e37f2b 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,5 +1,8 @@
2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
+ * update_web_docs: Set SOURCEDIR so that install manual can be
+ found when running install.texi2html.
+
* gcc_release: Don't require a username if running locally.
2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs
index 63df12f..a568f09 100755
--- a/maintainer-scripts/update_web_docs
+++ b/maintainer-scripts/update_web_docs
@@ -159,7 +159,7 @@ fi
# Finally, generate the installation documentation (but only for CVS HEAD).
if [ "$RELEASE" = "HEAD" ]; then
- SOURCEDIR=$WORKDIR
+ SOURCEDIR=$WORKDIR/gcc/gcc/doc
DESTDIR=$WWWBASE_PREFORMATTED/install
export SOURCEDIR
export DESTDIR