Mercurial > hg > xemacs-beta
comparison man/Makefile @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 2d532a89d707 |
children | 9ad43877534d |
comparison
equal
deleted
inserted
replaced
176:6866abce6aaf | 177:6075d714658b |
---|---|
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 gnats | 36 SUBDIR = xemacs lispref new-users-guide internals tm 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 \ |
42 hm--html-mode \ | 42 hm--html-mode \ |
43 hyperbole ilisp info ispell mailcrypt message mh-e oo-browser \ | 43 hyperbole ilisp info ispell mailcrypt mh-e oo-browser \ |
44 pcl-cvs ph psgml psgml-api rmail standards supercite term \ | 44 pcl-cvs ph psgml psgml-api rmail standards supercite term \ |
45 termcap texinfo vhdl-mode viper vm w3 widget xemacs-faq | 45 termcap texinfo vhdl-mode viper vm w3 widget xemacs-faq |
46 | 46 |
47 info = $(srcs:%=../info/%.info) | 47 info = $(srcs:%=../info/%.info) |
48 dvi = $(srcs:%=%.dvi) | 48 dvi = $(srcs:%=%.dvi) |