blob: 472c40035307c15a1febe8051efa4645c16edab7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ../doc/Makefile.orig Thu Apr 21 16:02:59 2005
+++ ../doc/Makefile Sat Jul 1 06:08:13 2006
@@ -2,8 +2,8 @@
DVI=texi2dvi
DVIPS=dvips -o "$@"
PSPDF=ps2pdf
-INFO=makeinfo
-HTML=makeinfo --html
+INFO=makeinfo --no-validate --no-split
+HTML=makeinfo --html --no-split
RM=rm -f
TAR=tar -chvf
GZIP=gzip -9
|