Changed docbook xsl path back so it works for me

This commit is contained in:
loonycyborg 2018-03-17 21:25:55 +03:00
parent 45311b2b0e
commit 828aee9416

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/xml/docbook/stylesheet/docbook-xsl/xhtml/docbook.xsl \
/usr/share/asciidoc/docbook-xsl/xhtml.xsl \
%s > %s' % (SOURCE, TARGET) \
or '@echo Skipped non-existant %s' % SOURCE} \
""")