From 4f202f0d740c4c451a872504c36eb7cf6c1c232f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 8 Jul 2007 20:29:54 +0000 Subject: [PATCH] Set updated ignore properties and adjusted for fact that shared makefile now expects a "PARAMBASE" value to be specified (to indicate base filename for the type of content being built: either PARAMBASE=param or PARAMBASE=lib; this makes it possible to reduce redundancy in the lib build, and just have it use the same makefile "infrastructure" as the param builds for all the param.xsl files. The reason for that is, lib use the same *.xweb system for embedding documentation that the builds for the various output formats use (as opposed to the jrefentry-based system that used for building the template and PI docs in common etc. --- xsl/common/.cvsignore | 4 ++++ xsl/fo/.cvsignore | 4 +++- xsl/fo/Makefile | 1 + xsl/html/.cvsignore | 3 ++- xsl/html/Makefile | 1 + xsl/lib/.cvsignore | 2 +- xsl/manpages/.cvsignore | 1 + xsl/manpages/Makefile | 1 + xsl/roundtrip/.cvsignore | 1 + xsl/roundtrip/Makefile | 1 + xsl/slides/fo/.cvsignore | 3 ++- xsl/slides/fo/Makefile | 1 + xsl/slides/html/.cvsignore | 3 ++- xsl/slides/html/Makefile | 1 + xsl/template/.cvsignore | 1 + xsl/website/.cvsignore | 1 + xsl/website/Makefile | 1 + 17 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 xsl/template/.cvsignore diff --git a/xsl/common/.cvsignore b/xsl/common/.cvsignore index 2b516b001..5fd53fcc6 100644 --- a/xsl/common/.cvsignore +++ b/xsl/common/.cvsignore @@ -58,3 +58,7 @@ vi.xml xh.xml zh_cn.xml zh_tw.xml +pi.xml +common.xml +refentry.xml +utility.xml diff --git a/xsl/fo/.cvsignore b/xsl/fo/.cvsignore index 52be7218d..99281755b 100644 --- a/xsl/fo/.cvsignore +++ b/xsl/fo/.cvsignore @@ -1,6 +1,8 @@ titlepage.templates.xsl +.param.stripped param.xsl param.xml -param.html +pi.xml +table.xml Makefile.param profile-docbook.xsl diff --git a/xsl/fo/Makefile b/xsl/fo/Makefile index 91d105c51..450e9dbff 100644 --- a/xsl/fo/Makefile +++ b/xsl/fo/Makefile @@ -1,5 +1,6 @@ include ../../buildtools/Makefile.incl +PARAMBASE=param XSLFILES=param.xsl profile-docbook.xsl titlepage.templates.xsl ALLTARGETS=$(XSLFILES) PROFILECONDITION=fo diff --git a/xsl/html/.cvsignore b/xsl/html/.cvsignore index c622cb6cf..742882848 100644 --- a/xsl/html/.cvsignore +++ b/xsl/html/.cvsignore @@ -1,7 +1,8 @@ titlepage.templates.xsl +.param.stripped param.xsl param.xml -param.html +pi.xml Makefile.param profile-chunk.xsl profile-chunk-code.xsl diff --git a/xsl/html/Makefile b/xsl/html/Makefile index 8d0edbff8..9027baadb 100644 --- a/xsl/html/Makefile +++ b/xsl/html/Makefile @@ -1,5 +1,6 @@ include ../../buildtools/Makefile.incl +PARAMBASE=param XSLFILES=param.xsl profile-docbook.xsl titlepage.templates.xsl \ profile-chunk-code.xsl ALLTARGETS=$(XSLFILES) diff --git a/xsl/lib/.cvsignore b/xsl/lib/.cvsignore index 47edffea3..cc1f7b670 100644 --- a/xsl/lib/.cvsignore +++ b/xsl/lib/.cvsignore @@ -1,3 +1,3 @@ -lib.html +.lib.stripped lib.xml lib.xsl diff --git a/xsl/manpages/.cvsignore b/xsl/manpages/.cvsignore index 6aec73cae..e306c521e 100644 --- a/xsl/manpages/.cvsignore +++ b/xsl/manpages/.cvsignore @@ -1,4 +1,5 @@ Makefile.param +.param.stripped param.xml param.xsl profile-docbook.xsl diff --git a/xsl/manpages/Makefile b/xsl/manpages/Makefile index d829a0190..0edc47ab6 100644 --- a/xsl/manpages/Makefile +++ b/xsl/manpages/Makefile @@ -1,5 +1,6 @@ include ../../buildtools/Makefile.incl +PARAMBASE=param XSLFILES=param.xsl profile-docbook.xsl html-synop.xsl ALLTARGETS=$(XSLFILES) PROFILECONDITION=manpages diff --git a/xsl/roundtrip/.cvsignore b/xsl/roundtrip/.cvsignore index bf7e41f8e..b31b306a1 100644 --- a/xsl/roundtrip/.cvsignore +++ b/xsl/roundtrip/.cvsignore @@ -1,4 +1,5 @@ Makefile.param +.param.stripped param.xml param.xsl profile-docbook.xsl diff --git a/xsl/roundtrip/Makefile b/xsl/roundtrip/Makefile index f85e0ebb4..a19379c13 100644 --- a/xsl/roundtrip/Makefile +++ b/xsl/roundtrip/Makefile @@ -1,5 +1,6 @@ include ../../buildtools/Makefile.incl +PARAMBASE=param XSLFILES=param.xsl ALLTARGETS=$(XSLFILES) PROFILECONDITION=roundtrip diff --git a/xsl/slides/fo/.cvsignore b/xsl/slides/fo/.cvsignore index 68e01ace6..a73161f3d 100644 --- a/xsl/slides/fo/.cvsignore +++ b/xsl/slides/fo/.cvsignore @@ -1,4 +1,5 @@ plain-titlepage.xsl -ChangeLog +.param.stripped param.xsl +param.xml Makefile.param diff --git a/xsl/slides/fo/Makefile b/xsl/slides/fo/Makefile index eab95be71..21d1028fd 100644 --- a/xsl/slides/fo/Makefile +++ b/xsl/slides/fo/Makefile @@ -1,5 +1,6 @@ include ../../../buildtools/Makefile.incl +PARAMBASE=param XSLFILES=param.xsl plain-titlepage.xsl ALLTARGETS=$(XSLFILES) PROFILECONDITION=slides-fo diff --git a/xsl/slides/html/.cvsignore b/xsl/slides/html/.cvsignore index 9026a245e..8d1f9fa17 100644 --- a/xsl/slides/html/.cvsignore +++ b/xsl/slides/html/.cvsignore @@ -1,3 +1,4 @@ -ChangeLog +.param.stripped param.xsl +param.xml Makefile.param diff --git a/xsl/slides/html/Makefile b/xsl/slides/html/Makefile index 1e1c41353..8c381aebe 100644 --- a/xsl/slides/html/Makefile +++ b/xsl/slides/html/Makefile @@ -1,5 +1,6 @@ include ../../../buildtools/Makefile.incl +PARAMBASE=param XSLFILES=param.xsl ALLTARGETS=$(XSLFILES) PROFILECONDITION=slides-html diff --git a/xsl/template/.cvsignore b/xsl/template/.cvsignore new file mode 100644 index 000000000..feb0cea8e --- /dev/null +++ b/xsl/template/.cvsignore @@ -0,0 +1 @@ +titlepage.xml diff --git a/xsl/website/.cvsignore b/xsl/website/.cvsignore index b40e4ba27..8d1f9fa17 100644 --- a/xsl/website/.cvsignore +++ b/xsl/website/.cvsignore @@ -1,3 +1,4 @@ +.param.stripped param.xsl param.xml Makefile.param diff --git a/xsl/website/Makefile b/xsl/website/Makefile index 4845955ce..7fe2d4c5a 100644 --- a/xsl/website/Makefile +++ b/xsl/website/Makefile @@ -1,5 +1,6 @@ include ../../buildtools/Makefile.incl +PARAMBASE=param XSLFILES=param.xsl ALLTARGETS=$(XSLFILES) PROFILECONDITION=website -- 2.40.0