From: Thibault Godouet Date: Sat, 5 Oct 2002 14:47:51 +0000 (+0000) Subject: bug fix : do not tar'up CVS dir in tarhtmldoc X-Git-Tag: ver2_9_4~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf85dc9871a58cb8073628888ec832c86cf7644f;p=thirdparty%2Ffcron.git 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