]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
adaptations for rcs
authorThibault Godouet <yo8192@users.noreply.github.com>
Mon, 15 May 2000 19:07:44 +0000 (19:07 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Mon, 15 May 2000 19:07:44 +0000 (19:07 +0000)
Makefile.in

index 5edd3a627544808818d39d885494a987d3f3d1bc..b2f8cddaf27614cd82261ce3b3a26657b9a466f8 100644 (file)
@@ -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))