From d14a58ce8df5607e463951d9adf9d77782cb7138 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 1 Mar 2007 10:59:20 +0000 Subject: [PATCH] Renamed cvstools dir to buildtools, and replaced all references to "cvstools" in makefiles and elsewhere with "buildtools". --- {cvstools => buildtools}/4xslt | 0 {cvstools => buildtools}/Makefile.incl | 2 +- {cvstools => buildtools}/README.CVS | 2 +- {cvstools => buildtools}/classlist | 0 {cvstools => buildtools}/common-functions.sh | 0 {cvstools => buildtools}/cvs2log | 0 {cvstools => buildtools}/dsl2man | 0 {cvstools => buildtools}/dslxref | 2 +- {cvstools => buildtools}/dtd-distrib | 0 {cvstools => buildtools}/flatten | 0 {cvstools => buildtools}/mergechangelogs | 0 {cvstools => buildtools}/mkdep-dsssl | 0 {cvstools => buildtools}/nextversion | 0 {cvstools => buildtools}/paramchk | 0 {cvstools => buildtools}/runjade | 0 {cvstools => buildtools}/runtrang | 0 {cvstools => buildtools}/saxon | 0 {cvstools => buildtools}/untidy | 0 {cvstools => buildtools}/xalan | 0 {cvstools => buildtools}/xjparse | 0 {cvstools => buildtools}/xslt | 0 {cvstools => buildtools}/xsltproc | 0 {cvstools => buildtools}/xt | 0 contrib/cldr/Makefile | 2 +- gentext/Makefile | 4 ++-- litprog/Makefile | 2 +- litprog/example/Makefile | 2 +- litprog/fo/Makefile | 2 +- litprog/html/Makefile | 2 +- releasetools/Variables.mk | 2 +- slides/Makefile | 2 +- slides/demo/Makefile | 2 +- slides/demo/default/Makefile | 2 +- slides/demo/frames1/Makefile | 2 +- slides/demo/frames2/Makefile | 2 +- slides/demo/frames3/Makefile | 2 +- slides/demo/frames4/Makefile | 2 +- slides/demo/frames5/Makefile | 2 +- slides/demo/frames6/Makefile | 2 +- slides/demo/frames7/Makefile | 2 +- slides/demo/plain/Makefile | 2 +- slides/demo/tables/Makefile | 2 +- slides/demo/vslides/Makefile | 2 +- slides/demo/w3c/Makefile | 2 +- slides/doc/Makefile | 2 +- slides/schema/dtd/Makefile | 2 +- slides/schema/relaxng/Makefile | 4 ++-- slides/tests/Makefile | 2 +- testdocs/Makefile | 2 +- testdocs/i18n/Makefile | 2 +- website/Makefile | 2 +- website/schema/dtd/Makefile | 2 +- website/schema/relaxng/Makefile | 4 ++-- xsl/Makefile | 2 +- xsl/Makefile.incl | 4 ++-- xsl/common/Makefile | 2 +- xsl/docsrc/Makefile.incl | 2 +- xsl/fo/Makefile | 2 +- xsl/html/Makefile | 2 +- xsl/htmlhelp/Makefile | 4 ++-- xsl/javahelp/Makefile | 4 ++-- xsl/lib/Makefile | 2 +- xsl/manpages/Makefile | 2 +- xsl/roundtrip/Makefile | 2 +- xsl/slides/Makefile | 2 +- xsl/slides/fo/Makefile | 2 +- xsl/slides/xhtml/Makefile | 2 +- xsl/website/Makefile | 2 +- xsl/xhtml/Makefile | 2 +- 69 files changed, 55 insertions(+), 55 deletions(-) rename {cvstools => buildtools}/4xslt (100%) rename {cvstools => buildtools}/Makefile.incl (95%) rename {cvstools => buildtools}/README.CVS (96%) rename {cvstools => buildtools}/classlist (100%) rename {cvstools => buildtools}/common-functions.sh (100%) rename {cvstools => buildtools}/cvs2log (100%) rename {cvstools => buildtools}/dsl2man (100%) rename {cvstools => buildtools}/dslxref (98%) rename {cvstools => buildtools}/dtd-distrib (100%) rename {cvstools => buildtools}/flatten (100%) rename {cvstools => buildtools}/mergechangelogs (100%) rename {cvstools => buildtools}/mkdep-dsssl (100%) rename {cvstools => buildtools}/nextversion (100%) rename {cvstools => buildtools}/paramchk (100%) rename {cvstools => buildtools}/runjade (100%) rename {cvstools => buildtools}/runtrang (100%) rename {cvstools => buildtools}/saxon (100%) rename {cvstools => buildtools}/untidy (100%) rename {cvstools => buildtools}/xalan (100%) rename {cvstools => buildtools}/xjparse (100%) rename {cvstools => buildtools}/xslt (100%) rename {cvstools => buildtools}/xsltproc (100%) rename {cvstools => buildtools}/xt (100%) diff --git a/cvstools/4xslt b/buildtools/4xslt similarity index 100% rename from cvstools/4xslt rename to buildtools/4xslt diff --git a/cvstools/Makefile.incl b/buildtools/Makefile.incl similarity index 95% rename from cvstools/Makefile.incl rename to buildtools/Makefile.incl index 895048300..5d4fc957f 100644 --- a/cvstools/Makefile.incl +++ b/buildtools/Makefile.incl @@ -1,7 +1,7 @@ # this file is a -*- makefile -*- snippet # use it to configure DocBook Project builds -CVSTOOLSROOT=$(DOCBOOK_SVN)/cvstools +CVSTOOLSROOT=$(DOCBOOK_SVN)/buildtools XSLROOT=$(DOCBOOK_SVN)/xsl DSSSLROOT=$(DOCBOOK_SVN)/dsssl WEBSITEROOT=$(DOCBOOK_SVN)/website diff --git a/cvstools/README.CVS b/buildtools/README.CVS similarity index 96% rename from cvstools/README.CVS rename to buildtools/README.CVS index 6a64b3d97..49534b345 100644 --- a/cvstools/README.CVS +++ b/buildtools/README.CVS @@ -1,4 +1,4 @@ -README.CVS for the cvstools at cvs.docbook.sourceforge.net +README.CVS for the buildtools at cvs.docbook.sourceforge.net These tools won't work on your system. They'll be made more portable at some future date. For now, you should just hack them to make them diff --git a/cvstools/classlist b/buildtools/classlist similarity index 100% rename from cvstools/classlist rename to buildtools/classlist diff --git a/cvstools/common-functions.sh b/buildtools/common-functions.sh similarity index 100% rename from cvstools/common-functions.sh rename to buildtools/common-functions.sh diff --git a/cvstools/cvs2log b/buildtools/cvs2log similarity index 100% rename from cvstools/cvs2log rename to buildtools/cvs2log diff --git a/cvstools/dsl2man b/buildtools/dsl2man similarity index 100% rename from cvstools/dsl2man rename to buildtools/dsl2man diff --git a/cvstools/dslxref b/buildtools/dslxref similarity index 98% rename from cvstools/dslxref rename to buildtools/dslxref index bab30fc70..5b060c406 100755 --- a/cvstools/dslxref +++ b/buildtools/dslxref @@ -4,7 +4,7 @@ use Getopt::Std; use Cwd; $root = '/sourceforge/docbook/dsssl'; -$bindir = '/sourceforge/docbook/cvstools'; +$bindir = '/sourceforge/docbook/buildtools'; $usage = "Usage: $0 [ -p prefix ] file\n"; diff --git a/cvstools/dtd-distrib b/buildtools/dtd-distrib similarity index 100% rename from cvstools/dtd-distrib rename to buildtools/dtd-distrib diff --git a/cvstools/flatten b/buildtools/flatten similarity index 100% rename from cvstools/flatten rename to buildtools/flatten diff --git a/cvstools/mergechangelogs b/buildtools/mergechangelogs similarity index 100% rename from cvstools/mergechangelogs rename to buildtools/mergechangelogs diff --git a/cvstools/mkdep-dsssl b/buildtools/mkdep-dsssl similarity index 100% rename from cvstools/mkdep-dsssl rename to buildtools/mkdep-dsssl diff --git a/cvstools/nextversion b/buildtools/nextversion similarity index 100% rename from cvstools/nextversion rename to buildtools/nextversion diff --git a/cvstools/paramchk b/buildtools/paramchk similarity index 100% rename from cvstools/paramchk rename to buildtools/paramchk diff --git a/cvstools/runjade b/buildtools/runjade similarity index 100% rename from cvstools/runjade rename to buildtools/runjade diff --git a/cvstools/runtrang b/buildtools/runtrang similarity index 100% rename from cvstools/runtrang rename to buildtools/runtrang diff --git a/cvstools/saxon b/buildtools/saxon similarity index 100% rename from cvstools/saxon rename to buildtools/saxon diff --git a/cvstools/untidy b/buildtools/untidy similarity index 100% rename from cvstools/untidy rename to buildtools/untidy diff --git a/cvstools/xalan b/buildtools/xalan similarity index 100% rename from cvstools/xalan rename to buildtools/xalan diff --git a/cvstools/xjparse b/buildtools/xjparse similarity index 100% rename from cvstools/xjparse rename to buildtools/xjparse diff --git a/cvstools/xslt b/buildtools/xslt similarity index 100% rename from cvstools/xslt rename to buildtools/xslt diff --git a/cvstools/xsltproc b/buildtools/xsltproc similarity index 100% rename from cvstools/xsltproc rename to buildtools/xsltproc diff --git a/cvstools/xt b/buildtools/xt similarity index 100% rename from cvstools/xt rename to buildtools/xt diff --git a/contrib/cldr/Makefile b/contrib/cldr/Makefile index 77fa3b0d4..b3cf51056 100644 --- a/contrib/cldr/Makefile +++ b/contrib/cldr/Makefile @@ -1,6 +1,6 @@ # $Id$ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl CLDR_CVS_MODULES ?= common docs dtd tools diff --git a/gentext/Makefile b/gentext/Makefile index e464851ff..f464068cf 100644 --- a/gentext/Makefile +++ b/gentext/Makefile @@ -1,5 +1,5 @@ -XSLT=../cvstools/saxon -XJPARSE=../cvstools/xjparse +XSLT=../buildtools/saxon +XJPARSE=../buildtools/xjparse SOURCES=af.xml am.xml az.xml bg.xml bn.xml bs.xml ca.xml cs.xml cy.xml da.xml de.xml el.xml \ en.xml es.xml et.xml fa.xml fi.xml fr.xml ga.xml gu.xml hi.xml hu.xml id.xml it.xml \ diff --git a/litprog/Makefile b/litprog/Makefile index 8df0ddfe5..e7e6c1321 100644 --- a/litprog/Makefile +++ b/litprog/Makefile @@ -1,4 +1,4 @@ -include ../cvstools/Makefile.incl +include ../buildtools/Makefile.incl all: tangle.xsl weave.xsl w2docbook.xsl xtangle.xsl $(MAKE) -C html diff --git a/litprog/example/Makefile b/litprog/example/Makefile index 8224e8c0e..4e78d885e 100644 --- a/litprog/example/Makefile +++ b/litprog/example/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl all: fib.pl doc.xsd fib.xpp doc.xpp diff --git a/litprog/fo/Makefile b/litprog/fo/Makefile index ec1956072..5caff8c84 100644 --- a/litprog/fo/Makefile +++ b/litprog/fo/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl all: ldocbook.xsl diff --git a/litprog/html/Makefile b/litprog/html/Makefile index 7abce7833..76bf2040e 100644 --- a/litprog/html/Makefile +++ b/litprog/html/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl all: ldocbook.xsl cldocbook.xsl diff --git a/releasetools/Variables.mk b/releasetools/Variables.mk index c38ac2a01..8bc0063f9 100644 --- a/releasetools/Variables.mk +++ b/releasetools/Variables.mk @@ -8,7 +8,7 @@ # $Id$ -include $(DOCBOOK_SVN)/cvstools/Makefile.incl +include $(DOCBOOK_SVN)/buildtools/Makefile.incl CATALOGMANAGER=$(DOCBOOK_SVN)/releasetools/.CatalogManager.properties.example INSTALL_SH=$(DOCBOOK_SVN)/releasetools/install.sh diff --git a/slides/Makefile b/slides/Makefile index 7125450a7..f9dd94eb6 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -1,6 +1,6 @@ # $Id$ -include ../cvstools/Makefile.incl +include ../buildtools/Makefile.incl include ../releasetools/Variables.mk DISTRO = slides diff --git a/slides/demo/Makefile b/slides/demo/Makefile index b2c430449..98150a6b9 100644 --- a/slides/demo/Makefile +++ b/slides/demo/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl VPATH=./source FORMATTER=xep diff --git a/slides/demo/default/Makefile b/slides/demo/default/Makefile index 298352216..4ebea4dd3 100644 --- a/slides/demo/default/Makefile +++ b/slides/demo/default/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml index.html: ../../xsl/html/default.xsl diff --git a/slides/demo/frames1/Makefile b/slides/demo/frames1/Makefile index 18045b8f5..e8d25a286 100644 --- a/slides/demo/frames1/Makefile +++ b/slides/demo/frames1/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml toc.html: diff --git a/slides/demo/frames2/Makefile b/slides/demo/frames2/Makefile index 00379cb25..0262d1b8e 100644 --- a/slides/demo/frames2/Makefile +++ b/slides/demo/frames2/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml toc.html: diff --git a/slides/demo/frames3/Makefile b/slides/demo/frames3/Makefile index 6bcad159c..4adfbaa3d 100644 --- a/slides/demo/frames3/Makefile +++ b/slides/demo/frames3/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml toc.html: diff --git a/slides/demo/frames4/Makefile b/slides/demo/frames4/Makefile index d42206c3c..830c3956b 100644 --- a/slides/demo/frames4/Makefile +++ b/slides/demo/frames4/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml toc.html: diff --git a/slides/demo/frames5/Makefile b/slides/demo/frames5/Makefile index 27e83e5c0..cf04ba3cd 100644 --- a/slides/demo/frames5/Makefile +++ b/slides/demo/frames5/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml toc.html: diff --git a/slides/demo/frames6/Makefile b/slides/demo/frames6/Makefile index d295ee7d2..67ec4f430 100644 --- a/slides/demo/frames6/Makefile +++ b/slides/demo/frames6/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml toc.html: diff --git a/slides/demo/frames7/Makefile b/slides/demo/frames7/Makefile index e17d64958..0c0a0ef08 100644 --- a/slides/demo/frames7/Makefile +++ b/slides/demo/frames7/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml toc.html: diff --git a/slides/demo/plain/Makefile b/slides/demo/plain/Makefile index 61b849e22..d86423254 100644 --- a/slides/demo/plain/Makefile +++ b/slides/demo/plain/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml index.html: ../../xsl/html/plain.xsl diff --git a/slides/demo/tables/Makefile b/slides/demo/tables/Makefile index d0e3bf802..7f9eb674b 100644 --- a/slides/demo/tables/Makefile +++ b/slides/demo/tables/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml index.html: ../../xsl/html/tables.xsl diff --git a/slides/demo/vslides/Makefile b/slides/demo/vslides/Makefile index 2deb8b692..f9c981a50 100644 --- a/slides/demo/vslides/Makefile +++ b/slides/demo/vslides/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml index.html: ../../xsl/html/vslides.xsl diff --git a/slides/demo/w3c/Makefile b/slides/demo/w3c/Makefile index b26da6d71..a8f61c7c9 100644 --- a/slides/demo/w3c/Makefile +++ b/slides/demo/w3c/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl SLIDES=../source/slides.xml index.html: ../../xsl/html/w3c.xsl diff --git a/slides/doc/Makefile b/slides/doc/Makefile index d74bfbbf4..82c61597c 100644 --- a/slides/doc/Makefile +++ b/slides/doc/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl VPATH = ../xsl/html all: index.html param.html diff --git a/slides/schema/dtd/Makefile b/slides/schema/dtd/Makefile index 3f53eed3c..5752f48d1 100644 --- a/slides/schema/dtd/Makefile +++ b/slides/schema/dtd/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl all: slides.dtd diff --git a/slides/schema/relaxng/Makefile b/slides/schema/relaxng/Makefile index be8b627cc..28a11d66e 100644 --- a/slides/schema/relaxng/Makefile +++ b/slides/schema/relaxng/Makefile @@ -1,7 +1,7 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl ifeq ($(RUNTRANG),) -$(error Cannot find "runtrang" script. Please do a "cvs update" of your cvstools directory) +$(error Cannot find "runtrang" script. Please do a "cvs update" of your buildtools directory) endif VPATH=../dtd diff --git a/slides/tests/Makefile b/slides/tests/Makefile index e163f23bc..9c1da845e 100644 --- a/slides/tests/Makefile +++ b/slides/tests/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl STYLE=tables NOFRAMESTYLE=../xsl/html/$(STYLE).xsl FRAMESTYLE=../xsl/html/frames.xsl diff --git a/testdocs/Makefile b/testdocs/Makefile index 8b97db1fd..b524e83bb 100644 --- a/testdocs/Makefile +++ b/testdocs/Makefile @@ -1,5 +1,5 @@ # -*- Makefile -*- -include ../cvstools/Makefile.incl +include ../buildtools/Makefile.incl include ../releasetools/Variables.mk DISTRO=testdocs diff --git a/testdocs/i18n/Makefile b/testdocs/i18n/Makefile index c41437033..851e78f09 100644 --- a/testdocs/i18n/Makefile +++ b/testdocs/i18n/Makefile @@ -1,5 +1,5 @@ # -*- Makefile -*- -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl .SUFFIXES: .html .fo .xml .pdf diff --git a/website/Makefile b/website/Makefile index 72874dbb6..c3ab55b08 100644 --- a/website/Makefile +++ b/website/Makefile @@ -1,6 +1,6 @@ # $Id$ -include ../cvstools/Makefile.incl +include ../buildtools/Makefile.incl include ../releasetools/Variables.mk DISTRO = website diff --git a/website/schema/dtd/Makefile b/website/schema/dtd/Makefile index cd61aaa8e..3fb6fd510 100644 --- a/website/schema/dtd/Makefile +++ b/website/schema/dtd/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl all: website.dtd diff --git a/website/schema/relaxng/Makefile b/website/schema/relaxng/Makefile index 0ca215e3a..75ba77ba3 100644 --- a/website/schema/relaxng/Makefile +++ b/website/schema/relaxng/Makefile @@ -1,7 +1,7 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl ifeq ($(RUNTRANG),) -$(error Cannot find "runtrang" script. Please do a "cvs update" of your cvstools directory) +$(error Cannot find "runtrang" script. Please do a "cvs update" of your buildtools directory) endif VPATH=../dtd diff --git a/xsl/Makefile b/xsl/Makefile index 865841dfb..c6830dea4 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -1,6 +1,6 @@ # $Id$ -include ../cvstools/Makefile.incl +include ../buildtools/Makefile.incl include ../releasetools/Variables.mk DISTRO=xsl diff --git a/xsl/Makefile.incl b/xsl/Makefile.incl index ca5f4a8a6..a527af393 100644 --- a/xsl/Makefile.incl +++ b/xsl/Makefile.incl @@ -8,7 +8,7 @@ include Makefile.param all: $(ALLTARGETS) param.xsl: param.xweb $(PARAMS) - $(DOCBOOK_SVN)/cvstools/paramchk -m Makefile.param $< + $(DOCBOOK_SVN)/buildtools/paramchk -m Makefile.param $< $(XSLT) $< $(DOCBOOK_SVN)/xsl/profiling/profile.xsl $(PARAMPROF) profile.condition=$(PROFILECONDITION) $(XSLT) $(PARAMPROF) $(DOCBOOK_SVN)/xsl/profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition $(XSLT) $(PARAMSTRIP) $(DOCBOOK_SVN)/litprog/xtangle.xsl $(PARAMDBKNS) @@ -25,7 +25,7 @@ titlepage.templates.xsl: titlepage.templates.xml $(DOCBOOK_SVN)/xsl/template/tit $(XSLT) $< $(DOCBOOK_SVN)/xsl/template/titlepage.xsl $@ Makefile.param: - $(DOCBOOK_SVN)/cvstools/paramchk -m $@ param.xweb + $(DOCBOOK_SVN)/buildtools/paramchk -m $@ param.xweb $(MAKE) profile-docbook.xsl: docbook.xsl $(DOCBOOK_SVN)/xsl/profiling/xsl2profile.xsl diff --git a/xsl/common/Makefile b/xsl/common/Makefile index c765d3011..5346d19b3 100644 --- a/xsl/common/Makefile +++ b/xsl/common/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl SOURCES=af.xml am.xml ar.xml az.xml bg.xml bn.xml bs.xml ca.xml cs.xml cy.xml da.xml \ de.xml el.xml en.xml es.xml et.xml eu.xml fa.xml fi.xml fr.xml ga.xml \ diff --git a/xsl/docsrc/Makefile.incl b/xsl/docsrc/Makefile.incl index a2250eb46..ead4c7c8b 100644 --- a/xsl/docsrc/Makefile.incl +++ b/xsl/docsrc/Makefile.incl @@ -11,7 +11,7 @@ clean: $(XJPARSE) $(XJPARSEFLAGS) $@ docparam.xml: $(VPATH)/param.xweb $(PARAMS) - $(DOCBOOK_SVN)/cvstools/paramchk -m Makefile.param $< + $(DOCBOOK_SVN)/buildtools/paramchk -m Makefile.param $< $(XSLT) $< ../../profiling/profile.xsl $(PARAMPROF) profile.condition=html $(XSLT) $(PARAMPROF) ../../profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition ifeq ($(ADDNEWLINE),) diff --git a/xsl/fo/Makefile b/xsl/fo/Makefile index 2b0e412af..91d105c51 100644 --- a/xsl/fo/Makefile +++ b/xsl/fo/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl XSLFILES=param.xsl profile-docbook.xsl titlepage.templates.xsl ALLTARGETS=$(XSLFILES) diff --git a/xsl/html/Makefile b/xsl/html/Makefile index 2848876c6..8d0edbff8 100644 --- a/xsl/html/Makefile +++ b/xsl/html/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl XSLFILES=param.xsl profile-docbook.xsl titlepage.templates.xsl \ profile-chunk-code.xsl diff --git a/xsl/htmlhelp/Makefile b/xsl/htmlhelp/Makefile index a8376ed23..b1b5f5733 100644 --- a/xsl/htmlhelp/Makefile +++ b/xsl/htmlhelp/Makefile @@ -1,5 +1,5 @@ -XSLT=../../cvstools/saxon -XJPARSE=../../cvstools/xjparse +XSLT=../../buildtools/saxon +XJPARSE=../../buildtools/xjparse all: profile-htmlhelp-common.xsl diff --git a/xsl/javahelp/Makefile b/xsl/javahelp/Makefile index 33971f30b..e9d129ce6 100644 --- a/xsl/javahelp/Makefile +++ b/xsl/javahelp/Makefile @@ -1,5 +1,5 @@ -XSLT=../../cvstools/saxon -XJPARSE=../../cvstools/xjparse +XSLT=../../buildtools/saxon +XJPARSE=../../buildtools/xjparse all: profile-javahelp.xsl diff --git a/xsl/lib/Makefile b/xsl/lib/Makefile index ea8bab94d..563f913cc 100644 --- a/xsl/lib/Makefile +++ b/xsl/lib/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl PARAMPROF=.lib.profiled PARAMSTRIP=.lib.stripped diff --git a/xsl/manpages/Makefile b/xsl/manpages/Makefile index bb4fad0c7..ff6fb80a5 100644 --- a/xsl/manpages/Makefile +++ b/xsl/manpages/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl XSLFILES=param.xsl html-synop.xsl ALLTARGETS=$(XSLFILES) diff --git a/xsl/roundtrip/Makefile b/xsl/roundtrip/Makefile index f195bfb7e..f85e0ebb4 100644 --- a/xsl/roundtrip/Makefile +++ b/xsl/roundtrip/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl XSLFILES=param.xsl ALLTARGETS=$(XSLFILES) diff --git a/xsl/slides/Makefile b/xsl/slides/Makefile index c81307c18..3caa3a98d 100644 --- a/xsl/slides/Makefile +++ b/xsl/slides/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl XSLFILES=param.xsl ALLTARGETS=base $(XSLFILES) diff --git a/xsl/slides/fo/Makefile b/xsl/slides/fo/Makefile index fd28092d3..86ca3fb59 100644 --- a/xsl/slides/fo/Makefile +++ b/xsl/slides/fo/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl TTLTEMPLATEXSL=$(DOCBOOK_SVN)/xsl/template/titlepage.xsl diff --git a/xsl/slides/xhtml/Makefile b/xsl/slides/xhtml/Makefile index 93c5823a9..75a0a79b8 100644 --- a/xsl/slides/xhtml/Makefile +++ b/xsl/slides/xhtml/Makefile @@ -1,4 +1,4 @@ -include ../../../cvstools/Makefile.incl +include ../../../buildtools/Makefile.incl XSLTPROC=xsltproc XSLTPROC_OPTS= diff --git a/xsl/website/Makefile b/xsl/website/Makefile index 3ba749053..4845955ce 100644 --- a/xsl/website/Makefile +++ b/xsl/website/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl XSLFILES=param.xsl ALLTARGETS=$(XSLFILES) diff --git a/xsl/xhtml/Makefile b/xsl/xhtml/Makefile index d06648379..3c5124486 100644 --- a/xsl/xhtml/Makefile +++ b/xsl/xhtml/Makefile @@ -1,4 +1,4 @@ -include ../../cvstools/Makefile.incl +include ../../buildtools/Makefile.incl all: xsl-files profile-docbook.xsl profile-chunk.xsl profile-onechunk.xsl -- 2.40.0