]> granicus.if.org Git - docbook-dsssl/commitdiff
Renamed cvstools dir to buildtools, and replaced all
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 1 Mar 2007 10:59:20 +0000 (10:59 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 1 Mar 2007 10:59:20 +0000 (10:59 +0000)
references to "cvstools" in makefiles and elsewhere
with "buildtools".

69 files changed:
buildtools/4xslt [moved from cvstools/4xslt with 100% similarity]
buildtools/Makefile.incl [moved from cvstools/Makefile.incl with 95% similarity]
buildtools/README.CVS [moved from cvstools/README.CVS with 96% similarity]
buildtools/classlist [moved from cvstools/classlist with 100% similarity]
buildtools/common-functions.sh [moved from cvstools/common-functions.sh with 100% similarity]
buildtools/cvs2log [moved from cvstools/cvs2log with 100% similarity]
buildtools/dsl2man [moved from cvstools/dsl2man with 100% similarity]
buildtools/dslxref [moved from cvstools/dslxref with 98% similarity]
buildtools/dtd-distrib [moved from cvstools/dtd-distrib with 100% similarity]
buildtools/flatten [moved from cvstools/flatten with 100% similarity]
buildtools/mergechangelogs [moved from cvstools/mergechangelogs with 100% similarity]
buildtools/mkdep-dsssl [moved from cvstools/mkdep-dsssl with 100% similarity]
buildtools/nextversion [moved from cvstools/nextversion with 100% similarity]
buildtools/paramchk [moved from cvstools/paramchk with 100% similarity]
buildtools/runjade [moved from cvstools/runjade with 100% similarity]
buildtools/runtrang [moved from cvstools/runtrang with 100% similarity]
buildtools/saxon [moved from cvstools/saxon with 100% similarity]
buildtools/untidy [moved from cvstools/untidy with 100% similarity]
buildtools/xalan [moved from cvstools/xalan with 100% similarity]
buildtools/xjparse [moved from cvstools/xjparse with 100% similarity]
buildtools/xslt [moved from cvstools/xslt with 100% similarity]
buildtools/xsltproc [moved from cvstools/xsltproc with 100% similarity]
buildtools/xt [moved from cvstools/xt with 100% similarity]
contrib/cldr/Makefile
gentext/Makefile
litprog/Makefile
litprog/example/Makefile
litprog/fo/Makefile
litprog/html/Makefile
releasetools/Variables.mk
slides/Makefile
slides/demo/Makefile
slides/demo/default/Makefile
slides/demo/frames1/Makefile
slides/demo/frames2/Makefile
slides/demo/frames3/Makefile
slides/demo/frames4/Makefile
slides/demo/frames5/Makefile
slides/demo/frames6/Makefile
slides/demo/frames7/Makefile
slides/demo/plain/Makefile
slides/demo/tables/Makefile
slides/demo/vslides/Makefile
slides/demo/w3c/Makefile
slides/doc/Makefile
slides/schema/dtd/Makefile
slides/schema/relaxng/Makefile
slides/tests/Makefile
testdocs/Makefile
testdocs/i18n/Makefile
website/Makefile
website/schema/dtd/Makefile
website/schema/relaxng/Makefile
xsl/Makefile
xsl/Makefile.incl
xsl/common/Makefile
xsl/docsrc/Makefile.incl
xsl/fo/Makefile
xsl/html/Makefile
xsl/htmlhelp/Makefile
xsl/javahelp/Makefile
xsl/lib/Makefile
xsl/manpages/Makefile
xsl/roundtrip/Makefile
xsl/slides/Makefile
xsl/slides/fo/Makefile
xsl/slides/xhtml/Makefile
xsl/website/Makefile
xsl/xhtml/Makefile

similarity index 100%
rename from cvstools/4xslt
rename to buildtools/4xslt
similarity index 95%
rename from cvstools/Makefile.incl
rename to buildtools/Makefile.incl
index 895048300a59b28c3e765b90b00dae2c30b3c219..5d4fc957f4035069fb3ed800b9f1af100b489ce2 100644 (file)
@@ -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
similarity index 96%
rename from cvstools/README.CVS
rename to buildtools/README.CVS
index 6a64b3d9792dc72c47896ce357c8851866efe0e3..49534b3456c7bb30669be8cb29e26160fd4213ef 100644 (file)
@@ -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
similarity index 100%
rename from cvstools/classlist
rename to buildtools/classlist
similarity index 100%
rename from cvstools/cvs2log
rename to buildtools/cvs2log
similarity index 100%
rename from cvstools/dsl2man
rename to buildtools/dsl2man
similarity index 98%
rename from cvstools/dslxref
rename to buildtools/dslxref
index bab30fc703b55dc80bb45b8dd29bb9676c3d3375..5b060c406021edd4d393fdbb5ad0d8e5a6061594 100755 (executable)
@@ -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";
 
similarity index 100%
rename from cvstools/dtd-distrib
rename to buildtools/dtd-distrib
similarity index 100%
rename from cvstools/flatten
rename to buildtools/flatten
similarity index 100%
rename from cvstools/mkdep-dsssl
rename to buildtools/mkdep-dsssl
similarity index 100%
rename from cvstools/nextversion
rename to buildtools/nextversion
similarity index 100%
rename from cvstools/paramchk
rename to buildtools/paramchk
similarity index 100%
rename from cvstools/runjade
rename to buildtools/runjade
similarity index 100%
rename from cvstools/runtrang
rename to buildtools/runtrang
similarity index 100%
rename from cvstools/saxon
rename to buildtools/saxon
similarity index 100%
rename from cvstools/untidy
rename to buildtools/untidy
similarity index 100%
rename from cvstools/xalan
rename to buildtools/xalan
similarity index 100%
rename from cvstools/xjparse
rename to buildtools/xjparse
similarity index 100%
rename from cvstools/xslt
rename to buildtools/xslt
similarity index 100%
rename from cvstools/xsltproc
rename to buildtools/xsltproc
similarity index 100%
rename from cvstools/xt
rename to buildtools/xt
index 77fa3b0d475eebe366af4a3d1c588847da7115bb..b3cf510568e769d820ff763fb8aa948a27c9729e 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 CLDR_CVS_MODULES ?= common docs dtd tools
 
index e464851ff278a5d0b630c7476deff7f761b4b3c4..f464068cf966390fad6627e881b0d611d3e75f3a 100644 (file)
@@ -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 \
index 8df0ddfe5cb514a84b38d85bfa0bb915a24c8a7c..e7e6c13211fcf9c324139dd1944b30a9d9da1c08 100644 (file)
@@ -1,4 +1,4 @@
-include ../cvstools/Makefile.incl
+include ../buildtools/Makefile.incl
 
 all: tangle.xsl weave.xsl w2docbook.xsl xtangle.xsl
        $(MAKE) -C html
index 8224e8c0ec5bbf305b5c8521c644044ddb894417..4e78d885eed772c0def7166f0a69a8bf84a1b432 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 all: fib.pl doc.xsd fib.xpp doc.xpp
 
index ec1956072c2632537c22523305a5221ec9a8ec96..5caff8c8498d1716064a184709c3ca88d60390e0 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 all: ldocbook.xsl
 
index 7abce78333c49c3aed800b212765d4d320758ff3..76bf2040ea1380ca9bdb023777f3c26c99e0ae82 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 all: ldocbook.xsl cldocbook.xsl
 
index c38ac2a013d33da54618274ac4019bb663d630f0..8bc0063f98e48c21570fc3ffce5599c32943cb47 100644 (file)
@@ -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
index 7125450a75485f45397ec5eb80bb3fc9949b3eb7..f9dd94eb6535a7d7f70f311c6aa77acba1f8d2b6 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-include ../cvstools/Makefile.incl
+include ../buildtools/Makefile.incl
 include ../releasetools/Variables.mk
 
 DISTRO = slides
index b2c430449297550f2e757a628b6c2c4da29d63a7..98150a6b97c22dd2514649920c493f98f76dbe0c 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 VPATH=./source
 FORMATTER=xep
index 298352216f92eaf9865485fd335cbe03614288cf..4ebea4dd3af62ffd17db789c0b9f7ec99468ed3e 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 index.html: ../../xsl/html/default.xsl
index 18045b8f53da25105492877926fb3d2b80330ee6..e8d25a286c3c97ba9ba84aed1bc74b67a0a9ac7d 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 toc.html:
index 00379cb257a76e0057c5effcb53ce2f1ac69c7b4..0262d1b8e0a23a4aba32d8d480672e00bb346f54 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 toc.html:
index 6bcad159c874c3ed4d2d2031063e4b8f633b556c..4adfbaa3d15330f76055216e1bab92ce88637056 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 toc.html:
index d42206c3c07a5b86f277c3f390bccc853f9327fc..830c3956ba0d70b2beac42e2f88c6b53d48a9036 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 toc.html:
index 27e83e5c0bc587b2c5c05bedb36aae368d55a8c7..cf04ba3cd0cf7c162aef26490cd0fa824c3bb9b6 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 toc.html:
index d295ee7d2c85577678ee2690513d7af04321eb79..67ec4f430fc927648db6672a19bbfb4b3661bf14 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 toc.html:
index e17d64958e5c76bae0550c40aeecf5f6e91dc3a4..0c0a0ef08e43f2d468c64bb53b420a90b0fad6b6 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 toc.html:
index 61b849e2237e0eb32200c66bf915d2dcad7d9d14..d8642325463ff5218ed4ac7bcecabe8254327d3f 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 index.html: ../../xsl/html/plain.xsl
index d0e3bf80254526099415fa7691e8b62d90f61927..7f9eb674b2990c606b92a05efb3fe585351755a3 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 index.html: ../../xsl/html/tables.xsl
index 2deb8b6925586577596a6e90484d3497ed326b0c..f9c981a50bc2fd42fef6a391db386486f09e6918 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 index.html: ../../xsl/html/vslides.xsl
index b26da6d71b03a6fcba588f401a018cb06d95ff0c..a8f61c7c916a527bf31961c78039b3e0f310919a 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 SLIDES=../source/slides.xml
 
 index.html: ../../xsl/html/w3c.xsl
index d74bfbbf4ab8a81fe5a748467726ec3e17d7815d..82c61597cf2a12117f5ec7d25fc898c829c5ecff 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 VPATH = ../xsl/html
 all: index.html param.html
 
index 3f53eed3c1699f2cd9e94d8ea0b67a9aa1fbdd1e..5752f48d1b8fb4db50003eb64df53b2e01d89cc0 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 
 all: slides.dtd
 
index be8b627cc30ea0414d0a07fd575e8f69ec126400..28a11d66ed73f6905c564ee6ae836ca024554275 100644 (file)
@@ -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
index e163f23bc4e3944d2634e351bb21911d4abae792..9c1da845ea005145fb042ed5725c8298839a5570 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 STYLE=tables
 NOFRAMESTYLE=../xsl/html/$(STYLE).xsl
 FRAMESTYLE=../xsl/html/frames.xsl
index 8b97db1fd55fe24a7f472ca8cd4ac771844bd496..b524e83bb4f74e2bfd30835d339def4f7f66aa67 100644 (file)
@@ -1,5 +1,5 @@
 # -*- Makefile -*-
-include ../cvstools/Makefile.incl
+include ../buildtools/Makefile.incl
 include ../releasetools/Variables.mk
 
 DISTRO=testdocs
index c414370331b7f0775f88af3eb47fb5570174e0e4..851e78f09756e286922045c4d5ee63c27c838b63 100644 (file)
@@ -1,5 +1,5 @@
 # -*- Makefile -*-
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 .SUFFIXES: .html .fo .xml .pdf
 
index 72874dbb6416c3e80907d3712671bae47552e6c1..c3ab55b08bd3bb46803f412ed960ce884312238c 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-include ../cvstools/Makefile.incl
+include ../buildtools/Makefile.incl
 include ../releasetools/Variables.mk
 
 DISTRO = website
index cd61aaa8e15cffcd66876ff0f4cc789ef4f3681c..3fb6fd5101bac483aa6fc457427986cf81e8da6c 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 
 all: website.dtd
 
index 0ca215e3a438bcc9fa6bcc7b881dc5dcbc6a74ec..75ba77ba350daa1ff8b25844d2237ba23090d37e 100644 (file)
@@ -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
index 865841dfbc8d2e83354ca6003997fd0be6517536..c6830dea47ae189edb596d84f5b5a5c4b461ff8c 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-include ../cvstools/Makefile.incl
+include ../buildtools/Makefile.incl
 include ../releasetools/Variables.mk
 
 DISTRO=xsl
index ca5f4a8a62b861b8e865dae23fee97bf95ee7750..a527af3939b938faf2f83560a05f90fe658d3056 100644 (file)
@@ -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
index c765d30111cd469ebd73225cd4c2ffd4290a73a4..5346d19b34b00c1e265e20b69d68661f6a322485 100644 (file)
@@ -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 \
index a2250eb468dbf49eb4935ff29ca20282ef6c3b41..ead4c7c8bdfa4ad2283094b15505dfcc2efc94bd 100644 (file)
@@ -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),)
index 2b0e412af6c63f644d64bb47326013aa5fd21867..91d105c5171c733bf43812b0ae8bf7ac54caee27 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 XSLFILES=param.xsl profile-docbook.xsl titlepage.templates.xsl
 ALLTARGETS=$(XSLFILES)
index 2848876c607a6f85a82899b521b611d8993f2104..8d0edbff85c9885c3a740b08cb3efcc073efb764 100644 (file)
@@ -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
index a8376ed2328952865f71b3da4b02f371050251ff..b1b5f573387857ac3de34acf1e1ac40427dff627 100644 (file)
@@ -1,5 +1,5 @@
-XSLT=../../cvstools/saxon
-XJPARSE=../../cvstools/xjparse
+XSLT=../../buildtools/saxon
+XJPARSE=../../buildtools/xjparse
 
 all: profile-htmlhelp-common.xsl
 
index 33971f30b4f99ef722167a914b11f1919af7e4b8..e9d129ce6aea54a3fdf9e26fe860043aed1b917b 100644 (file)
@@ -1,5 +1,5 @@
-XSLT=../../cvstools/saxon
-XJPARSE=../../cvstools/xjparse
+XSLT=../../buildtools/saxon
+XJPARSE=../../buildtools/xjparse
 
 all: profile-javahelp.xsl
 
index ea8bab94dc22ac9b7a9dcf60dc2cc141f6552bf5..563f913cc717937cb5dd8aeeaaf20514b16078dc 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 PARAMPROF=.lib.profiled
 PARAMSTRIP=.lib.stripped
index bb4fad0c7a78a164d4f9ddd9ac66fecd4275c726..ff6fb80a57056795dcf9b0cbed8d2f28ebcf202d 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 XSLFILES=param.xsl html-synop.xsl
 ALLTARGETS=$(XSLFILES)
index f195bfb7ecdbbc48b7c366b2b56c1c6a46a1d02e..f85e0ebb4b1105441b5d2ec35aa5a655251553f1 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 XSLFILES=param.xsl
 ALLTARGETS=$(XSLFILES)
index c81307c18247c703b25209b8fc278b83a713e00d..3caa3a98d00b09bd1f81c609800faf18de31cda2 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 XSLFILES=param.xsl
 ALLTARGETS=base $(XSLFILES)
index fd28092d33be9069ffcfff1b9a5ada62b126c578..86ca3fb59320ec575d85b8ad8abc1ac32bb0ff98 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 
 TTLTEMPLATEXSL=$(DOCBOOK_SVN)/xsl/template/titlepage.xsl
 
index 93c5823a91411ceed03d6b4d96db6161296b16bc..75a0a79b881ee11cc40b44c305b9b5de815534e2 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../cvstools/Makefile.incl
+include ../../../buildtools/Makefile.incl
 
 XSLTPROC=xsltproc
 XSLTPROC_OPTS=
index 3ba7490537e383437eaf6700d55b6269b71ddae1..4845955ce12a5370ae13d234b9157ef5ca9caeaf 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 XSLFILES=param.xsl
 ALLTARGETS=$(XSLFILES)
index d0664837948931d28feb83caee356bbe1f5a8c7e..3c5124486ea19c8a4f0de1d4ac4b1f261c5ba07f 100644 (file)
@@ -1,4 +1,4 @@
-include ../../cvstools/Makefile.incl
+include ../../buildtools/Makefile.incl
 
 all: xsl-files profile-docbook.xsl profile-chunk.xsl profile-onechunk.xsl