$(RM) $(PI_XML_FILES)
$(RM) $(OTHER_XML_FILES)
$(RM) reference.xml.included
+ $(RM) reference.xml.included.tmp
ifneq ($(shell uname -s | grep -i cygwin),)
ifeq ($(XSLTENGINE),saxon)
\r
titlepage.templates.xsl: titlepage.templates.xml $(NESTLEVEL)../template/titlepage.xsl\r
$(XSLT) $< $(NESTLEVEL)../template/titlepage.xsl $@ ns=$(TARGETNS)\r
+\r
+clean:\r
+ rm titlepage.templates.xsl
\ No newline at end of file
${INPUT_XML}\r
\r
xsltproc --xinclude xsl/webhelp.xsl xincluded-profiled.xml \r
+\r
+ rm xincluded-profiled.xml\r
index:\r
java \\r
-DhtmlDir=$(OUTPUT_DIR) \\r