]> granicus.if.org Git - fcron/commitdiff
do not delete the doc files in clean
authorthib <thib>
Wed, 13 Sep 2000 15:45:30 +0000 (15:45 +0000)
committerthib <thib>
Wed, 13 Sep 2000 15:45:30 +0000 (15:45 +0000)
Makefile.in

index b2086744edfc1ef84d611a752aeaf6ce0452cb99..609e46bb569b2c0a3be8660e4a703289113990f5 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.33 2000-09-13 15:10:02 thib Exp $
+# $Id: Makefile.in,v 1.34 2000-09-13 15:45:30 thib Exp $
 
 # Where should we install it ?
 prefix         = @prefix@
@@ -106,8 +106,6 @@ 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