Mercurial > hg > xemacs-beta
comparison man/Makefile @ 98:0d2f883870bc r20-1b1
Import from CVS: tag r20-1b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:13:56 +0200 |
parents | 49a24b4fd526 |
children | 4be1180a9e89 |
comparison
equal
deleted
inserted
replaced
97:498bf5da1c90 | 98:0d2f883870bc |
---|---|
30 | 30 |
31 ../info/%.info : %.texi | 31 ../info/%.info : %.texi |
32 makeinfo -o $@ $< | 32 makeinfo -o $@ $< |
33 | 33 |
34 # hyperbole and oo-browser manuals broken - do not TeX properly | 34 # hyperbole and oo-browser manuals broken - do not TeX properly |
35 srcs = ange-ftp cc-mode cl dired ediff external-widget forms gnus \ | 35 srcs = cc-mode cl custom ediff external-widget forms gnus \ |
36 hyperbole ilisp info ispell mailcrypt message mh-e oo-browser \ | 36 hyperbole ilisp info ispell mailcrypt message mh-e oo-browser \ |
37 pcl-cvs psgml psgml-api rmail standards supercite term \ | 37 pcl-cvs psgml psgml-api rmail standards supercite term \ |
38 termcap texinfo vhdl-mode viper vm w3 xemacs-faq | 38 termcap texinfo vhdl-mode viper vm w3 widget xemacs-faq |
39 | 39 |
40 info = $(srcs:%=../info/%.info) | 40 info = $(srcs:%=../info/%.info) |
41 dvi = $(srcs:%=%.dvi) | 41 dvi = $(srcs:%=%.dvi) |
42 | 42 |
43 all : info | 43 all : info |