Mercurial > hg > xemacs-beta
comparison man/Makefile @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 7d55a9ba150c |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
31 MAKEINFO = makeinfo | 31 MAKEINFO = makeinfo |
32 | 32 |
33 .SUFFIXES: .info .texi .dvi | 33 .SUFFIXES: .info .texi .dvi |
34 | 34 |
35 # Subdirectories to make recursively. | 35 # Subdirectories to make recursively. |
36 SUBDIR = xemacs lispref new-users-guide internals tm auctex | 36 SUBDIR = xemacs lispref new-users-guide internals tm auctex gnats |
37 | 37 |
38 ../info/%.info : %.texi | 38 ../info/%.info : %.texi |
39 -$(MAKEINFO) -o $@ $< | 39 -$(MAKEINFO) -o $@ $< |
40 | 40 |
41 srcs = cc-mode cl custom ediff efs external-widget forms gnus \ | 41 srcs = cc-mode cl custom ediff efs external-widget forms gnus \ |