comparison man/Makefile @ 42:8b8b7f3559a2 r19-15b104

Import from CVS: tag r19-15b104
author cvs
date Mon, 13 Aug 2007 08:54:51 +0200
parents ec9a17fef872
children 8d2a9b52c682
comparison
equal deleted inserted replaced
41:5d6df4963a99 42:8b8b7f3559a2
37 SUBDIR = xemacs lispref new-users-guide internals tm auctex 37 SUBDIR = xemacs lispref new-users-guide internals tm auctex
38 38
39 ../info/%.info : %.texi 39 ../info/%.info : %.texi
40 -$(MAKEINFO) -o $@ $< 40 -$(MAKEINFO) -o $@ $<
41 41
42 srcs = cc-mode cl custom ediff external-widget forms gnus \ 42 srcs = cc-mode cl custom ediff efs external-widget forms gnus \
43 hyperbole ilisp info ispell mailcrypt message mh-e oo-browser \ 43 hm--html-mode \
44 pcl-cvs psgml psgml-api rmail standards supercite term \ 44 hyperbole ilisp info ispell mailcrypt message mh-e oo-browser \
45 termcap texinfo vhdl-mode viper vm w3 widget xemacs-faq 45 pcl-cvs psgml psgml-api rmail standards supercite term \
46 termcap texinfo vhdl-mode viper vm w3 widget xemacs-faq
46 47
47 info = $(srcs:%=../info/%.info) 48 info = $(srcs:%=../info/%.info)
48 dvi = $(srcs:%=%.dvi) 49 dvi = $(srcs:%=%.dvi)
49 50
50 special = ../info/w3.info ../info/vm.info ../info/texinfo.info 51 special = ../info/w3.info ../info/vm.info ../info/texinfo.info
77 ../info/vm.info : vm.texi 78 ../info/vm.info : vm.texi
78 -$(EMACS) $(EMACSFLAGS) -insert vm.texi -l texinfmt \ 79 -$(EMACS) $(EMACSFLAGS) -insert vm.texi -l texinfmt \
79 -f texinfo-format-buffer -f save-buffer 80 -f texinfo-format-buffer -f save-buffer
80 -mv vm.info* ../info 81 -mv vm.info* ../info
81 82
83 ../info/efs.info : efs.texi
84 -$(EMACS) $(EMACSFLAGS) -insert efs.texi -l texinfmt \
85 -f texinfo-format-buffer -f save-buffer
86 -mv efs.info* ../info
87
82 PERL = perl 88 PERL = perl
83 TEXI2DVI = texi2dvi 89 TEXI2DVI = texi2dvi
84 90
85 gnus.dvi : gnus.texi 91 gnus.dvi : gnus.texi
86 $(PERL) -n -e 'print unless (/\@iflatex/ .. /\@end iflatex/)' gnus.texi > gnus.tmptexi 92 $(PERL) -n -e 'print unless (/\@iflatex/ .. /\@end iflatex/)' gnus.texi > gnus.tmptexi