blob: 0899f82e938609b850c4838f4c371070b33adf73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Doc/Makefile.in.orig Thu Apr 20 04:03:42 2000
+++ Doc/Makefile.in Sat Apr 29 00:04:52 2000
@@ -37,7 +37,7 @@
@DEFS_MK@
-MAKEINFO = makeinfo
+MAKEINFO = makeinfo --no-split
TEXI2DVI = texi2dvi
DVIPS = dvips
TEXI2HTML = texi2html -expandinfo -split_chapter
|