comparison man/Makefile @ 179:9ad43877534d r20-3b16

Import from CVS: tag r20-3b16
author cvs
date Mon, 13 Aug 2007 09:52:19 +0200
parents 6075d714658b
children f53b5ca2e663
comparison
equal deleted inserted replaced
178:e703507b8a00 179:9ad43877534d
80 -mv vm.info* ../info 80 -mv vm.info* ../info
81 81
82 PERL = perl 82 PERL = perl
83 TEXI2DVI = texi2dvi 83 TEXI2DVI = texi2dvi
84 84
85 gnus.dvi : gnus.texi
86 $(PERL) -n -e 'print unless (/\@iflatex/ .. /\@end iflatex/)' gnus.texi > gnus.tmptexi
87 $(TEXI2DVI) gnus.tmptexi
88 rm -f gnus.tmptexi
89
90 texinfo.dvi: texinfo.texi 85 texinfo.dvi: texinfo.texi
91 $(TEXI2DVI) $< 86 $(TEXI2DVI) $<
92 .texi.dvi: 87 .texi.dvi:
93 $(TEXI2DVI) $< 88 $(TEXI2DVI) $<
94 89