From: thib Date: Sat, 5 Oct 2002 14:47:51 +0000 (+0000) Subject: bug fix : do not tar'up CVS dir in tarhtmldoc X-Git-Tag: ver1564~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0670c3fbba24c53884963007c6834770d57de48;p=fcron bug fix : do not tar'up CVS dir in tarhtmldoc --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 3e0f4a5..5339a3c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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