diff man/Makefile @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 9f59509498e1
children cca96a509cfe
line wrap: on
line diff
--- a/man/Makefile	Mon Aug 13 09:23:08 2007 +0200
+++ b/man/Makefile	Mon Aug 13 09:24:17 2007 +0200
@@ -26,10 +26,9 @@
 EMACS = xemacs
 EMACSFLAGS = -batch -q -no-site-file 
 
-# Implies makeinfo-1.64
+# NOTE:  You *must* have a patched makeinfo-1.67 or later to rebuild the
+# info tree.
 MAKEINFO = makeinfo
-# Implies makeinfo-1.67
-NEWMAKEINFO = makeinfo-1.67
 
 .SUFFIXES: .info .texi .dvi
 
@@ -69,10 +68,10 @@
 FORCE :
 
 ../info/w3.info : w3.texi
-	-$(NEWMAKEINFO) w3.texi -o ../info/w3.info
+	-$(MAKEINFO) w3.texi -o ../info/w3.info
 
 ../info/texinfo.info : texinfo.texi
-	-$(NEWMAKEINFO) texinfo.texi -o ../info/texinfo.info
+	-$(MAKEINFO) texinfo.texi -o ../info/texinfo.info
 
 
 ../info/vm.info : vm.texi