git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1510
94cd875c-1c1d-0410-91d2-
eb244daf1a30
$(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
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' '$@'