From ae7c6ec5a5a7578eaf4f5bfc178e4eb71a7b3915 Mon Sep 17 00:00:00 2001 From: thib Date: Sat, 5 Oct 2002 14:57:42 +0000 Subject: [PATCH] bug fix in tarhtmldoc --- doc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0