From e7f7b4a75ca93d4784e4da7aef049bad3794cf88 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 8 Jul 2007 21:02:55 +0000 Subject: [PATCH] Ignore intermediate params file. --- xsl/Makefile.incl | 2 +- xsl/fo/.cvsignore | 1 + xsl/html/.cvsignore | 1 + xsl/manpages/.cvsignore | 1 + xsl/roundtrip/.cvsignore | 1 + xsl/slides/fo/.cvsignore | 1 + xsl/slides/html/.cvsignore | 1 + xsl/website/.cvsignore | 1 + 8 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.40.0