Skip to content

Commit 14cd9c9

Browse files
committed
tools/tutorial-custom-cmd.py: Add comment about used stylesheet
1 parent 663df15 commit 14cd9c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/tutorial-custom-cmd.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ def html():
3131
'--param', 'use.id.as.filename', '1',
3232
]
3333

34+
# The recommended stylesheet for DocBook V5.0 is .../xsl-ns/...
35+
# It's not used here because the docbook-xsl-ns package is not available
36+
# when building with gnome-build-meta.
3437
xslt_stylesheet = 'http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl'
3538

3639
# Remove old files and create the destination directory.

0 commit comments

Comments
 (0)