From: thib Date: Wed, 13 Sep 2000 15:45:30 +0000 (+0000) Subject: do not delete the doc files in clean X-Git-Tag: ver1564~502 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a502c68481c63a5284d61a8028bdcef65daeb7d;p=fcron do not delete the doc files in clean --- diff --git a/Makefile.in b/Makefile.in index b208674..609e46b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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