Commit e180d2b0 by Joseph Myers Committed by Joseph Myers

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
parent b47a72ea
2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk> 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. * gcc_release: Don't require a username if running locally.
2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk> 2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
......
...@@ -159,7 +159,7 @@ fi ...@@ -159,7 +159,7 @@ fi
# Finally, generate the installation documentation (but only for CVS HEAD). # Finally, generate the installation documentation (but only for CVS HEAD).
if [ "$RELEASE" = "HEAD" ]; then if [ "$RELEASE" = "HEAD" ]; then
SOURCEDIR=$WORKDIR SOURCEDIR=$WORKDIR/gcc/gcc/doc
DESTDIR=$WWWBASE_PREFORMATTED/install DESTDIR=$WWWBASE_PREFORMATTED/install
export SOURCEDIR export SOURCEDIR
export DESTDIR export DESTDIR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment