Mercurial > hg > xemacs-beta
comparison man/Makefile @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 850242ba4a81 |
children | 41ff10fd062f |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
35 .SUFFIXES: .info .texi .dvi | 35 .SUFFIXES: .info .texi .dvi |
36 | 36 |
37 RECURSIVE_MAKE = $(MAKE) $(MFLAGS) MAKEINFO='$(MAKEINFO)' TEXI2DVI='$(TEXI2DVI)' | 37 RECURSIVE_MAKE = $(MAKE) $(MFLAGS) MAKEINFO='$(MAKEINFO)' TEXI2DVI='$(TEXI2DVI)' |
38 | 38 |
39 # Subdirectories to make recursively. | 39 # Subdirectories to make recursively. |
40 SUBDIR = xemacs lispref new-users-guide internals tm gnats | 40 SUBDIR = xemacs lispref new-users-guide internals gnats |
41 | 41 |
42 ../info/%.info : %.texi | 42 ../info/%.info : %.texi |
43 -$(MAKEINFO) -o $@ $< | 43 -$(MAKEINFO) -o $@ $< |
44 | 44 |
45 srcs = cc-mode cl custom ediff efs external-widget forms \ | 45 srcs = cc-mode cl custom external-widget forms \ |
46 hm--html-mode \ | 46 hyperbole ilisp info ispell oo-browser \ |
47 hyperbole ilisp info ispell mailcrypt oo-browser \ | 47 pcl-cvs ph standards supercite term \ |
48 pcl-cvs ph psgml psgml-api standards supercite term \ | 48 termcap texinfo vhdl-mode widget xemacs-faq |
49 termcap texinfo vhdl-mode viper vm widget xemacs-faq | |
50 | 49 |
51 info = $(srcs:%=../info/%.info) | 50 info = $(srcs:%=../info/%.info) |
52 dvi = $(srcs:%=%.dvi) | 51 dvi = $(srcs:%=%.dvi) |
53 | 52 |
54 special = # ../info/w3.info ../info/vm.info ../info/texinfo.info | 53 special = # ../info/w3.info ../info/vm.info ../info/texinfo.info |