From: Michael Smith Date: Sun, 8 Jul 2007 21:02:55 +0000 (+0000) Subject: Ignore intermediate params file. X-Git-Tag: release/1.79.1~6^2~2008 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bcf72bbd4b24c927a9d1c5964d01d10e6c0c878;p=docbook-dsssl Ignore intermediate params file. --- diff --git a/xsl/Makefile.incl b/xsl/Makefile.incl index 20d843622..dbc4a8d21 100644 --- a/xsl/Makefile.incl +++ b/xsl/Makefile.incl @@ -18,7 +18,7 @@ else $(XSLT) $@.tmp $(ADDNEWLINE) $@ $(RM) $@.tmp endif - $(RM) $(PARAMPROF) $(PARAMSTRIP) $(PARAMDBKNS) + $(RM) $(PARAMPROF) $(PARAMBASE).xml: $(PARAMSTRIP) ifeq ($(ADDNEWLINE),) diff --git a/xsl/fo/.cvsignore b/xsl/fo/.cvsignore index 99281755b..8bf0d6685 100644 --- a/xsl/fo/.cvsignore +++ b/xsl/fo/.cvsignore @@ -1,5 +1,6 @@ titlepage.templates.xsl .param.stripped +.param.dbkns param.xsl param.xml pi.xml diff --git a/xsl/html/.cvsignore b/xsl/html/.cvsignore index 742882848..62c3924bc 100644 --- a/xsl/html/.cvsignore +++ b/xsl/html/.cvsignore @@ -1,5 +1,6 @@ titlepage.templates.xsl .param.stripped +.param.dbkns param.xsl param.xml pi.xml diff --git a/xsl/manpages/.cvsignore b/xsl/manpages/.cvsignore index e306c521e..df2f8d62a 100644 --- a/xsl/manpages/.cvsignore +++ b/xsl/manpages/.cvsignore @@ -1,5 +1,6 @@ Makefile.param .param.stripped +.param.dbkns param.xml param.xsl profile-docbook.xsl diff --git a/xsl/roundtrip/.cvsignore b/xsl/roundtrip/.cvsignore index b31b306a1..67f0fc38c 100644 --- a/xsl/roundtrip/.cvsignore +++ b/xsl/roundtrip/.cvsignore @@ -1,5 +1,6 @@ Makefile.param .param.stripped +.param.dbkns param.xml param.xsl profile-docbook.xsl diff --git a/xsl/slides/fo/.cvsignore b/xsl/slides/fo/.cvsignore index a73161f3d..1365b3be3 100644 --- a/xsl/slides/fo/.cvsignore +++ b/xsl/slides/fo/.cvsignore @@ -1,5 +1,6 @@ plain-titlepage.xsl .param.stripped +.param.dbkns param.xsl param.xml Makefile.param diff --git a/xsl/slides/html/.cvsignore b/xsl/slides/html/.cvsignore index 8d1f9fa17..0e519be83 100644 --- a/xsl/slides/html/.cvsignore +++ b/xsl/slides/html/.cvsignore @@ -1,4 +1,5 @@ .param.stripped +.param.dbkns param.xsl param.xml Makefile.param diff --git a/xsl/website/.cvsignore b/xsl/website/.cvsignore index 8d1f9fa17..0e519be83 100644 --- a/xsl/website/.cvsignore +++ b/xsl/website/.cvsignore @@ -1,4 +1,5 @@ .param.stripped +.param.dbkns param.xsl param.xml Makefile.param