diff man/xemacs/Makefile @ 193:f53b5ca2e663 r20-3b23

Import from CVS: tag r20-3b23
author cvs
date Mon, 13 Aug 2007 09:58:30 +0200
parents 8eaf7971accc
children
line wrap: on
line diff
--- a/man/xemacs/Makefile	Mon Aug 13 09:57:40 2007 +0200
+++ b/man/xemacs/Makefile	Mon Aug 13 09:58:30 2007 +0200
@@ -21,6 +21,7 @@
 
 NAME=xemacs
 
+MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 
 # List of all the texinfo files in the manual:
@@ -41,7 +42,7 @@
 	$(TEXI2DVI) $<
 
 ../../info/$(NAME).info: $(srcs)
-	makeinfo -o $@ $(NAME).texi
+	$(MAKEINFO) -o $@ $(NAME).texi
 
 .PHONY: mostlyclean clean distclean realclean extraclean
 mostlyclean: