From dfec5af275d08edbfe4379b53e397577bf19f55a Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Mon, 31 Jan 2022 09:36:45 +0100 Subject: tools/tutorial-custom-cmd.py: Add comment about used stylesheet --- tools/tutorial-custom-cmd.py | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.1