]> granicus.if.org Git - fcron/commitdiff
do not remove generated manpages in clean anymore
authorthib <thib>
Wed, 13 Sep 2000 06:01:51 +0000 (06:01 +0000)
committerthib <thib>
Wed, 13 Sep 2000 06:01:51 +0000 (06:01 +0000)
Makefile.in

index 4fca60003252ae7b1b5c7f0c64b769182e86b5d7..f2e3cbdce755a27b7f96523013a800b96e3f0f05 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.31 2000-09-12 20:00:13 thib Exp $
+# $Id: Makefile.in,v 1.32 2000-09-13 06:01:51 thib Exp $
 
 # Where should we install it ?
 prefix         = @prefix@
@@ -107,6 +107,7 @@ uninstall:
 clean:
        rm -f *.o
        rm -f doc/fcrontab.1 doc/fcron.8 doc/fcrontab.5
+       rm -f doc/fcrontab.1.html doc/fcron.8.html doc/fcrontab.5.html
        rm -f fcron fcrontab
 
 vclean: clean