Commit 7ade1c9c by Gerald Pfeifer Committed by Gerald Pfeifer

* doc/install.texi2html: Use $MAKEINFO --no-split.

From-SVN: r46879
parent 66e918e5
2001-11-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/install.texi2html: Use $MAKEINFO --no-split.
2001-11-09 Andreas Schwab <schwab@suse.de>
* Makefile.in ($(HOST_PREFIX_1)rtl.o,
......
......@@ -26,5 +26,5 @@ for x in index.html specific.html download.html configure.html \
do
define=`echo $x | sed -e 's/\.//g'`
echo "define = $define"
$MAKEINFO $SOURCEDIR/install.texi --html -D$define -o$DESTDIR/$x
$MAKEINFO $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