Manual update part 2: convert manual to XHTML

Also needed to update the path to the XSL transform.

[ci skip]
This commit is contained in:
Jyrki Vesterinen 2018-03-03 18:44:16 +02:00
parent fe9729e8c6
commit 8f8a7b7585
2 changed files with 323 additions and 348 deletions

View file

@ -17,7 +17,7 @@ if "manual" in COMMAND_LINE_TARGETS or "update-po4a" in COMMAND_LINE_TARGETS or
--stringparam admon.textlabel 1 \
--stringparam admon.graphics 0 \
--stringparam html.stylesheet ./styles/manual.css \
/usr/share/asciidoc/docbook-xsl/xhtml.xsl \
/usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/docbook.xsl \
%s > %s' % (SOURCE, TARGET) \
or '@echo Skipped non-existant %s' % SOURCE} \
""")

File diff suppressed because one or more lines are too long