]> granicus.if.org Git - fcron/commitdiff
bug fix : do not tar'up CVS dir in tarhtmldoc
authorthib <thib>
Sat, 5 Oct 2002 14:47:51 +0000 (14:47 +0000)
committerthib <thib>
Sat, 5 Oct 2002 14:47:51 +0000 (14:47 +0000)
doc/Makefile.in

index 3e0f4a5694f2097a446cc29af19a481035f425fb..5339a3c4ad343f82c2eac8ae998de7b8fa8e2674 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.13 2002-10-05 14:28:21 thib Exp $
+# $Id: Makefile.in,v 1.14 2002-10-05 14:47:51 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
@@ -161,5 +161,5 @@ tar: doc tarclean
 tarhtmldoc: doc
        ln -s HTML fcron-$(VERSION)-doc-html
        rm -f fcron-doc-html.tar.gz
-       tar -czvf fcron-doc-html.tar.gz fcron-$(VERSION)-doc-html/*
+       tar -czvf fcron-doc-html.tar.gz `find fcron-$(VERSION)-doc-html/ ! -name CVS`
        rm -f fcron-$(VERSION)-doc-html