From debdbe8107a885ad2899d6175cd07ecd28fc5d76 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 23 Apr 2004 14:03:42 +0000 Subject: [PATCH] remove *.html only, when we can recreate them git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1510 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/doc/Makefile-files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util-vserver/doc/Makefile-files b/util-vserver/doc/Makefile-files index 59aface..73d2631 100644 --- a/util-vserver/doc/Makefile-files +++ b/util-vserver/doc/Makefile-files @@ -39,7 +39,7 @@ EXTRA_DIST += $(doc_compatibility_SRCS) \ $(doc_old_doc) \ $(doc_gen_DOCS) -CLEANFILES += $(doc_gen_DOCS) doc/*.raw.html* doc/*.html.tmp +CLEANFILES += doc/*.raw.html* doc/*.html.tmp doc/configuration.html: STYLESHEET=$(srcdir)/doc/configuration-xhtml.xsl doc/configuration.html: $(srcdir)/doc/configuration-xhtml.xsl @@ -51,6 +51,7 @@ doc: doc_doc doc_doc: $(doc_gen_DOCS) if HAVE_XSLTP +CLEANFILES += $(doc_gen_DOCS) %.html: %.xml $(STYLESHEET) LANG=C $(XSLTP) $(XSLTP_AMFLAGS) -in '$<' -xsl $(STYLESHEET) -out '$@.tmp' @mv -f '$@.tmp' '$@' -- 1.8.1.5