X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fdoc%2FMakefile-files;h=73d26314d53e545cca76fb5dddf870e610885160;hb=d4d45277d32d2009c260e55203f4c03320f583d1;hp=59aface8d95e84e7d30e08d0dee2e780d925829e;hpb=a10b4745ce7388f005fc55c89e5bf9eff499979a;p=util-vserver.git 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' '$@'