From e180d2b01dc0c6fb6aeb97764f821ebb76404704 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 6 Nov 2001 17:59:19 +0000 Subject: [PATCH] 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 --- maintainer-scripts/ChangeLog | 3 +++ maintainer-scripts/update_web_docs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 878983a92db..8e37f2b3968 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,5 +1,8 @@ 2001-11-06 Joseph S. Myers + * 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 diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs index 63df12ffa56..a568f09f791 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