Mercurial > hg > xemacs-beta
diff man/lispref/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 | 70ad99077275 |
line wrap: on
line diff
--- a/man/lispref/Makefile Mon Aug 13 09:57:40 2007 +0200 +++ b/man/lispref/Makefile Mon Aug 13 09:58:30 2007 +0200 @@ -22,6 +22,7 @@ manual = elisp-manual-19-$(VERSION) TEXI2DVI = texi2dvi +MAKEINFO = makeinfo # Uncomment this line for permuted index. # permuted_index = 1 @@ -46,7 +47,7 @@ info : ../../info/$(NAME).info ../../info/$(NAME).info: $(srcs) index.texi - makeinfo -o $@ $(NAME).texi + $(MAKEINFO) -o $@ $(NAME).texi dvi: $(NAME).dvi