diff 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
line wrap: on
line diff
--- a/man/Makefile	Mon Aug 13 09:51:18 2007 +0200
+++ b/man/Makefile	Mon Aug 13 09:52:19 2007 +0200
@@ -82,11 +82,6 @@
 PERL = perl
 TEXI2DVI = texi2dvi
 
-gnus.dvi : gnus.texi
-	$(PERL) -n -e 'print unless (/\@iflatex/ .. /\@end iflatex/)' gnus.texi > gnus.tmptexi
-	$(TEXI2DVI) gnus.tmptexi
-	rm -f gnus.tmptexi
-
 texinfo.dvi: texinfo.texi
 	$(TEXI2DVI) $<
 .texi.dvi: