diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2022-01-31 09:36:45 +0100 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2022-01-31 09:36:45 +0100 |
commit | dfec5af275d08edbfe4379b53e397577bf19f55a (patch) | |
tree | 05bf44bcaf6c3f1bc460abfffa48d875a26a0ebb /tools/tutorial-custom-cmd.py | |
parent | 8e4f638a1bd3a904fe04123355d4d763ce00f122 (diff) | |
download | sigc++-dfec5af275d08edbfe4379b53e397577bf19f55a.tar.gz |
tools/tutorial-custom-cmd.py: Add comment about used stylesheet
Diffstat (limited to 'tools/tutorial-custom-cmd.py')
-rwxr-xr-x | tools/tutorial-custom-cmd.py | 3 |
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. |