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
This commit is contained in:
Joseph Myers 2001-11-06 17:59:19 +00:00 committed by Joseph Myers
parent b47a72ea38
commit e180d2b01d
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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