Mercurial > hg > xemacs-beta
comparison man/Makefile @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 8eaf7971accc |
children | 6075d714658b |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
24 SHELL = /bin/sh | 24 SHELL = /bin/sh |
25 | 25 |
26 EMACS = xemacs | 26 EMACS = xemacs |
27 EMACSFLAGS = -batch -q -no-site-file | 27 EMACSFLAGS = -batch -q -no-site-file |
28 | 28 |
29 # NOTE: You *must* have a patched makeinfo-1.67 or later to rebuild the | 29 # NOTE: You *must* have makeinfo-1.68 or later to rebuild the |
30 # info tree. | 30 # info tree. |
31 MAKEINFO = makeinfo | 31 MAKEINFO = makeinfo |
32 | 32 |
33 .SUFFIXES: .info .texi .dvi | 33 .SUFFIXES: .info .texi .dvi |
34 | 34 |