From: Thibault Godouet Date: Wed, 13 Sep 2000 06:01:51 +0000 (+0000) Subject: do not remove generated manpages in clean anymore X-Git-Tag: ver2_9_4~584 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=126ca75ec911f113d5896017c5898c757757ebd6;p=thirdparty%2Ffcron.git do not remove generated manpages in clean anymore --- diff --git a/Makefile.in b/Makefile.in index 4fca600..f2e3cbd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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