summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-01-31 09:36:45 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-01-31 09:36:45 +0100
commitdfec5af275d08edbfe4379b53e397577bf19f55a (patch)
tree05bf44bcaf6c3f1bc460abfffa48d875a26a0ebb
parent8e4f638a1bd3a904fe04123355d4d763ce00f122 (diff)
downloadsigc++-dfec5af275d08edbfe4379b53e397577bf19f55a.tar.gz
tools/tutorial-custom-cmd.py: Add comment about used stylesheet
-rwxr-xr-xtools/tutorial-custom-cmd.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tutorial-custom-cmd.py b/tools/tutorial-custom-cmd.py
index c102968..8b4b094 100755
--- a/tools/tutorial-custom-cmd.py
+++ b/tools/tutorial-custom-cmd.py
@@ -31,6 +31,9 @@ def html():
'--param', 'use.id.as.filename', '1',
]
+ # The recommended stylesheet for DocBook V5.0 is .../xsl-ns/...
+ # It's not used here because the docbook-xsl-ns package is not available
+ # when building with gnome-build-meta.
xslt_stylesheet = 'http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl'
# Remove old files and create the destination directory.