From: Stefan Seefeld Date: Sun, 21 Oct 2012 00:25:33 +0000 (+0000) Subject: Add to 'clean' target. X-Git-Tag: release/1.79.1~6^2~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca70a4b9a75f27531379d50538c4557a87885027;p=docbook-dsssl Add to 'clean' target. --- diff --git a/xsl/slides/fo/Makefile b/xsl/slides/fo/Makefile index 238628434..e553a42dc 100644 --- a/xsl/slides/fo/Makefile +++ b/xsl/slides/fo/Makefile @@ -1,4 +1,4 @@ -include $(DOCBOOK_SVN)/buildtools/Makefile.incl +include ../../../buildtools/Makefile.incl PARAMBASE=param XSLFILES=param.xsl @@ -15,3 +15,6 @@ include ../../Makefile.incl titlepage-clean: $(RM) plain-titlepage.xsl + +clean: titlepage-clean + rm -f .param.xmlid param.xml param.xsl diff --git a/xsl/slides/xhtml/Makefile b/xsl/slides/xhtml/Makefile index 0ee85f289..c96eda061 100644 --- a/xsl/slides/xhtml/Makefile +++ b/xsl/slides/xhtml/Makefile @@ -1,4 +1,4 @@ -include $(DOCBOOK_SVN)/buildtools/Makefile.incl +include ../../../buildtools/Makefile.incl PARAMBASE=param XSLFILES=param.xsl @@ -15,3 +15,6 @@ include ../../Makefile.incl titlepage-clean: $(RM) plain-titlepage.xsl + +clean: titlepage-clean + rm -f .param.xmlid param.xml param.xsl