]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed xsl-params.xsl build.
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 8 Sep 2006 08:47:09 +0000 (08:47 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 8 Sep 2006 08:47:09 +0000 (08:47 +0000)
xsl/Makefile
xsl/README
xsl/docsrc/Makefile
xsl/tools/xsl/build/make-xsl-params.xsl

index 53a704496ae9d9c99fa9e9d941f454b87f804ed4..2baaba152dac7cde3e3902af2ed9bd94813be843 100644 (file)
@@ -7,7 +7,7 @@ DISTRO=xsl
 
 # value of DISTRIB_DEPENDS is a space-separated list of any
 # targets for this distro's "distrib" target to depend on
-DISTRIB_DEPENDS = doc install.sh
+DISTRIB_DEPENDS = doc docsrc install.sh
 
 # value of ZIP_EXCLUDES is a space-separated list of any file or
 # directory names (shell wildcards OK) that should be excluded
index 2848423ccd76be55fdc6209d6ba2ab99be06d65b..bab86c82d0721ec10c7598fef5e67d827ba92b66 100644 (file)
@@ -112,7 +112,7 @@ xhtml/        stylesheets that produce XHTML
 ----------------------------------------------------------------------
 Changes
 ----------------------------------------------------------------------
-See the ChangeHistory.xml file for a cumulative lists of all changes.
+See the ChangeHistory.xml.zip file for a cumulative list of all changes.
 
 See the NEWS file for changes made since the previous release.
 
index 98dcc1d10390c3b768d0fac35268f954738e8aed..8a284a0a4b8322fb1e9cd33faa3c613f912d734d 100644 (file)
@@ -2,7 +2,7 @@ include ../../releasetools/Variables.mk
 DIRS=common refentry html fo manpages wordml slides website template
 
 DOCBOOK5_RNG=../../docbook/relaxng/docbook/docbook.rng
-PARAM_XSL_FILES=$(shell for file in $$(find . -name "param.xsl"); do \
+PARAM_XSL_FILES=$(shell for file in $$(find .. -name "param.xsl"); do \
        readlink -f $$file; done | grep -v xhtml)
 
 all: base $(DOCBOOK_ELEMENTS) $(XSL_PARAMS)
index 3f8e422a3aa651317791c4d32524cd93b17c3446..61844acb353db008dbb5200568363efd487e7e96 100644 (file)
@@ -81,7 +81,7 @@
     <!-- * When the value of $dir reaches empty, then we have depleted -->
     <!-- * the list of directories and it's time to stop recursing -->
     <xsl:if test="not($dir = '')">
-      <xsl:variable name="param.xsl" select="concat('../', $dir, '/', 'param.xsl')"/>
+      <xsl:variable name="param.xsl" select="concat('../../../', $dir, '/', 'param.xsl')"/>
       <xslt:variable name="xsl-{$dir}-parameters-list">
         <simplelist role="param">
           <xsl:for-each select="document($param.xsl)//*[local-name() = 'param']">