]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
bug fix : make a tarclean in doc/ for make tar
authorThibault Godouet <yo8192@users.noreply.github.com>
Sun, 6 Oct 2002 17:15:58 +0000 (17:15 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sun, 6 Oct 2002 17:15:58 +0000 (17:15 +0000)
Makefile.in

index cd278916783471b24da32e05310f9efe2d3c48d2..a712dbc1205bb55108fe7017ebfbd178ef48c89b 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.93 2002-10-06 17:09:02 thib Exp $
+# $Id: Makefile.in,v 1.94 2002-10-06 17:15:58 thib Exp $
 
 # The following should not be edited manually (use configure options)
 # If you must do it, BEWARE : some of the following is also defined
@@ -203,6 +203,8 @@ tar: configure updatedoc vclean ci
 
        echo $(VERSION) > ./VERSION
 
+       @(cd doc && make tarclean)
+
        @(find ./ -type f ! -regex '.*RCS.*' | \
              sed -e "s:^\./:fcron-$(VERSION)/:" > MANIFEST)
        @(cd ..; ln -s fcron fcron-$(VERSION))