diff options
author | Mats Wichmann <mats@linux.com> | 2020-05-08 15:13:06 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-05-10 12:44:58 (GMT) |
commit | 600e0c897aaed2bf0f9ad6586925434103bfe389 (patch) | |
tree | 99c52996e0617a57b9c40fea7f7013bdb4c48d89 /doc/man/pdf.xsl | |
parent | b1f3b3020e9b8e532ddd64bdc4c3ba2e70a16599 (diff) | |
download | SCons-600e0c897aaed2bf0f9ad6586925434103bfe389.zip SCons-600e0c897aaed2bf0f9ad6586925434103bfe389.tar.gz SCons-600e0c897aaed2bf0f9ad6586925434103bfe389.tar.bz2 |
[WIP] adjust docbuild for moved src [ci skip]
src/engine/SCons moved to SCons, affects wired in paths
in documentation, and doc building scripts
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/man/pdf.xsl')
-rw-r--r-- | doc/man/pdf.xsl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man/pdf.xsl b/doc/man/pdf.xsl index 5804774..baff08f 100644 --- a/doc/man/pdf.xsl +++ b/doc/man/pdf.xsl @@ -29,8 +29,9 @@ xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> - <xsl:import href="../../src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/fo/docbook.xsl"/> - <xsl:include href="scons_title.xsl"/> +<xsl:import href="../../SCons/Tool/docbook/docbook-xsl-1.76.1/fo/docbook.xsl"/> + +<xsl:include href="scons_title.xsl"/> <xsl:param name="l10n.gentext.default.language" select="'en'"/> <xsl:param name="section.autolabel" select="1"/> <xsl:param name="section.label.includes.component.label" select="1"/> |