Mercurial > hg > xemacs-beta
comparison man/Makefile @ 10:49a24b4fd526 r19-15b6
Import from CVS: tag r19-15b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:52 +0200 |
parents | 4b173ad71786 |
children | 0293115a14e9 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
9:6f2bbbbbe05a | 10:49a24b4fd526 |
---|---|
24 SHELL = /bin/sh | 24 SHELL = /bin/sh |
25 | 25 |
26 .SUFFIXES: .info .texi .dvi | 26 .SUFFIXES: .info .texi .dvi |
27 | 27 |
28 # Subdirectories to make recursively. | 28 # Subdirectories to make recursively. |
29 SUBDIR = xemacs lispref new-users-guide internals | 29 SUBDIR = xemacs lispref new-users-guide internals tm |
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 dired ediff external-widget forms gnus \ |
36 ilisp info ispell mailcrypt message mh-e \ | 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 viper vm w3 xemacs-faq | 38 termcap texinfo vhdl-mode viper vm w3 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 |