X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/bfec9cc7ab5a396f7662090b208691ec59a69f1b..bceed6b3cc0cbd030434797e3d6c4addfc456be7:/doc/xmlrpc/Makefile diff --git a/doc/xmlrpc/Makefile b/doc/xmlrpc/Makefile index d46679ca..48f58711 100644 --- a/doc/xmlrpc/Makefile +++ b/doc/xmlrpc/Makefile @@ -1,5 +1,5 @@ all: - xsltproc -o book/ --xinclude /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/html/chunk.xsl API.xml + xsltproc --stringparam chunker.output.encoding "utf-8" -o book/ --xinclude /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl API.xml clean: rm book/*html