From: thib Date: Sat, 5 Oct 2002 14:57:42 +0000 (+0000) Subject: bug fix in tarhtmldoc X-Git-Tag: ver1564~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae7c6ec5a5a7578eaf4f5bfc178e4eb71a7b3915;p=fcron bug fix in tarhtmldoc --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 62c56b2..791121c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.15 2002-10-05 14:50:19 thib Exp $ +# $Id: Makefile.in,v 1.16 2002-10-05 14:57:42 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 @@ -160,7 +160,7 @@ tar: doc tarclean tarhtmldoc: doc mkdir fcron-$(VERSION)-doc-html - cp HTML/* fcron-$(VERSION)-doc-html + cp HTML/*.html fcron-$(VERSION)-doc-html rm -f fcron-doc-html.tar.gz tar -czvf fcron-doc-html.tar.gz fcron-$(VERSION)-doc-html/* rm -fR fcron-$(VERSION)-doc-html