From: Michael Smith Date: Sat, 14 Jul 2007 17:32:27 +0000 (+0000) Subject: Make sure that *template.xml files under version control don't get X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66e811c44da9dc25010852d0a685668e4dcbf59a;p=docbook-dsssl Make sure that *template.xml files under version control don't get removed when we clean. --- diff --git a/xsl/fo/Makefile b/xsl/fo/Makefile index 450e9dbff..21a6b6291 100644 --- a/xsl/fo/Makefile +++ b/xsl/fo/Makefile @@ -1,8 +1,8 @@ include ../../buildtools/Makefile.incl PARAMBASE=param -XSLFILES=param.xsl profile-docbook.xsl titlepage.templates.xsl -ALLTARGETS=$(XSLFILES) +XSLFILES=param.xsl profile-docbook.xsl +ALLTARGETS=$(XSLFILES) titlepage.templates.xsl PROFILECONDITION=fo include ../Makefile.incl diff --git a/xsl/html/Makefile b/xsl/html/Makefile index 9027baadb..ca72b89b0 100644 --- a/xsl/html/Makefile +++ b/xsl/html/Makefile @@ -1,9 +1,8 @@ include ../../buildtools/Makefile.incl PARAMBASE=param -XSLFILES=param.xsl profile-docbook.xsl titlepage.templates.xsl \ - profile-chunk-code.xsl -ALLTARGETS=$(XSLFILES) +XSLFILES=param.xsl profile-docbook.xsl profile-chunk-code.xsl +ALLTARGETS=$(XSLFILES) titlepage.templates.xsl PROFILECONDITION=html include ../Makefile.incl diff --git a/xsl/slides/fo/Makefile b/xsl/slides/fo/Makefile index 21d1028fd..f7a85a3cd 100644 --- a/xsl/slides/fo/Makefile +++ b/xsl/slides/fo/Makefile @@ -1,8 +1,8 @@ include ../../../buildtools/Makefile.incl PARAMBASE=param -XSLFILES=param.xsl plain-titlepage.xsl -ALLTARGETS=$(XSLFILES) +XSLFILES=param.xsl +ALLTARGETS=$(XSLFILES) plain-titlepage.xsl PROFILECONDITION=slides-fo TTLTEMPLATEXSL=$(DOCBOOK_SVN)/xsl/template/titlepage.xsl CLEANTARGETS=titlepage-clean