comparison man/Makefile @ 44:8d2a9b52c682 r19-15prefinal

Import from CVS: tag r19-15prefinal
author cvs
date Mon, 13 Aug 2007 08:55:10 +0200
parents 8b8b7f3559a2
children ee648375d8d6
comparison
equal deleted inserted replaced
43:23cafc5d2038 44:8d2a9b52c682
78 ../info/vm.info : vm.texi 78 ../info/vm.info : vm.texi
79 -$(EMACS) $(EMACSFLAGS) -insert vm.texi -l texinfmt \ 79 -$(EMACS) $(EMACSFLAGS) -insert vm.texi -l texinfmt \
80 -f texinfo-format-buffer -f save-buffer 80 -f texinfo-format-buffer -f save-buffer
81 -mv vm.info* ../info 81 -mv vm.info* ../info
82 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
88 PERL = perl 83 PERL = perl
89 TEXI2DVI = texi2dvi 84 TEXI2DVI = texi2dvi
90 85
91 gnus.dvi : gnus.texi 86 gnus.dvi : gnus.texi
92 $(PERL) -n -e 'print unless (/\@iflatex/ .. /\@end iflatex/)' gnus.texi > gnus.tmptexi 87 $(PERL) -n -e 'print unless (/\@iflatex/ .. /\@end iflatex/)' gnus.texi > gnus.tmptexi