From: Thibault Godouet Date: Mon, 15 May 2000 19:07:44 +0000 (+0000) Subject: adaptations for rcs X-Git-Tag: ver2_9_4~734 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be17228d1d32c484cf9ab50f60d5156826b08f77;p=thirdparty%2Ffcron.git adaptations for rcs --- diff --git a/Makefile.in b/Makefile.in index 5edd3a6..b2f8cdd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # fcron's Makefile ######## ############################ -# $Id: Makefile.in,v 1.2 2000-05-15 18:28:58 thib Exp $ +# $Id: Makefile.in,v 1.3 2000-05-15 19:07:44 thib Exp $ # ********************************************************* # # *** Begin of configurable stuffs ************************ # @@ -120,7 +120,7 @@ clean: vclean: clean find ./ -name "*~" -exec rm -f {} \; - rm -f fcron*tar.gz + rm -f fcron*tar.gz MANIFEST doc/*.html need_make_doc: # force to do a part each time it is called if placed in its depencies. @@ -139,7 +139,7 @@ tar: vclean doc echo $(VERSION) > ./VERSION - @(find ./ -type f ! -regex '.*RCS.*' -exec ci -l {} \;) + @(find ./ -type f ! -regex '.*RCS.*' ! -name "*html" -exec ci -l {} \;) @(find ./ -type f ! -regex '.*RCS.*' | sed -e "s:^\./:fcron-$(VERSION)/:" > MANIFEST) @(cd ..; ln -s fcron fcron-$(VERSION))