Mercurial > hg > xemacs-beta
comparison man/Makefile @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 49a24b4fd526 |
children | 8fc7fe29b841 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
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 = ange-ftp cc-mode cl custom dired 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 |