]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Sat, 5 Oct 2002 14:50:19 +0000 (14:50 +0000)
committerthib <thib>
Sat, 5 Oct 2002 14:50:19 +0000 (14:50 +0000)
doc/Makefile.in

index 5339a3c4ad343f82c2eac8ae998de7b8fa8e2674..62c56b281465779bb9263aa7f8c822021d90b2fe 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.14 2002-10-05 14:47:51 thib Exp $
+# $Id: Makefile.in,v 1.15 2002-10-05 14:50:19 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
@@ -159,7 +159,8 @@ tar: doc tarclean
              -exec ci -l {} \;)
 
 tarhtmldoc: doc
-       ln -s HTML fcron-$(VERSION)-doc-html
+       mkdir fcron-$(VERSION)-doc-html
+       cp HTML/* fcron-$(VERSION)-doc-html
        rm -f fcron-doc-html.tar.gz
-       tar -czvf fcron-doc-html.tar.gz `find fcron-$(VERSION)-doc-html/ ! -name CVS`
-       rm -f fcron-$(VERSION)-doc-html
+       tar -czvf fcron-doc-html.tar.gz fcron-$(VERSION)-doc-html/*
+       rm -fR fcron-$(VERSION)-doc-html