From: thib Date: Sat, 5 Oct 2002 14:50:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62da239775023aa5970c4846f4570f620352ce00;p=fcron *** empty log message *** --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 5339a3c..62c56b2 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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