* doc/install.texi2html: Use -I $SOURCEDIR.

From-SVN: r48121
This commit is contained in:
Joseph Myers 2001-12-17 19:42:57 +00:00 committed by Joseph Myers
parent f488ffcb5d
commit 0b0aff5ca8
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/install.texi2html: Use -I $SOURCEDIR.
Separate user and internals manuals.
* Makefile.in (info, $(docdir)/gcc.info, dvi, gcc.dvi): Update
dependencies.

View File

@ -27,5 +27,5 @@ for x in index.html specific.html download.html configure.html \
do
define=`echo $x | sed -e 's/\.//g'`
echo "define = $define"
$MAKEINFO -I $SOURCEDIR/include $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/$x
$MAKEINFO -I $SOURCEDIR -I $SOURCEDIR/include $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/$x
done