From: Thibault Godouet Date: Wed, 13 Sep 2000 15:45:30 +0000 (+0000) Subject: do not delete the doc files in clean X-Git-Tag: ver2_9_4~576 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2ec323c72149805b8fd7cdae6910c8c2628310;p=thirdparty%2Ffcron.git 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