* doc/install.texi2html: Use -I $SOURCEDIR.
From-SVN: r48121
This commit is contained in:
parent
f488ffcb5d
commit
0b0aff5ca8
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user