From: Thibault Godouet Date: Sat, 5 Oct 2002 14:28:21 +0000 (+0000) Subject: CVS support X-Git-Tag: ver2_9_4~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b54e0dbef96355b31cb9d427bc5b71565401cb05;p=thirdparty%2Ffcron.git CVS support --- diff --git a/doc/Makefile.in b/doc/Makefile.in index e527626..3e0f4a5 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.12 2002-09-28 15:09:48 thib Exp $ +# $Id: Makefile.in,v 1.13 2002-10-05 14:28:21 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 @@ -82,7 +82,7 @@ fcron-doc.mod: fcron-doc.mod.in HTML/index.html: $(SGMLFILES) fcron-doc.mod.in stylesheets/fcron-doc.dsl.in make fcron-doc.mod @(echo ; echo "Building index.html"; echo) - rm -fR HTML/* + rm -fR HTML/*.html $(JADE) -t sgml -i html -d stylesheets/fcron-doc.dsl\#html fcron-doc.sgml # We put that here to avoid to run this each time, even if doc is up to date # (as it is not a file, make cannot check if it is up to date)