# @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
-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