# 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
----------------------------------------------------------------------
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.
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)
<!-- * 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']">