From: Maxim Mamontov Date: Thu, 22 Dec 2016 20:23:56 +0000 (+0200) Subject: Fix XMLRPC doc build. X-Git-Tag: 2.409~36 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/bceed6b3cc0cbd030434797e3d6c4addfc456be7?ds=sidebyside Fix XMLRPC doc build. --- diff --git a/doc/xmlrpc/Makefile b/doc/xmlrpc/Makefile index fcbc7630..48f58711 100644 --- a/doc/xmlrpc/Makefile +++ b/doc/xmlrpc/Makefile @@ -1,5 +1,5 @@ all: - xsltproc -o book/ --xinclude ../xslt/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