]> granicus.if.org Git - fcron/commitdiff
bug fix in tarhtmldoc
authorthib <thib>
Sat, 5 Oct 2002 14:57:42 +0000 (14:57 +0000)
committerthib <thib>
Sat, 5 Oct 2002 14:57:42 +0000 (14:57 +0000)
doc/Makefile.in

index 62c56b281465779bb9263aa7f8c822021d90b2fe..791121cf7e77a7f9dedac2e047aae5927a65de85 100644 (file)
@@ -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