From ca70a4b9a75f27531379d50538c4557a87885027 Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Sun, 21 Oct 2012 00:25:33 +0000 Subject: [PATCH] Add to 'clean' target. --- xsl/slides/fo/Makefile | 5 ++++- xsl/slides/xhtml/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.40.0