Commit 0b0aff5c by Joseph Myers Committed by Joseph Myers

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

From-SVN: r48121
parent f488ffcb
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.
......
......@@ -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
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