From: Maxim Mamontov Date: Thu, 22 Dec 2016 20:25:24 +0000 (+0200) Subject: Merge branch 'stg-2.409' X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/954d3cb777db09587845bcc8b2d959d7a48e5bed?hp=b339e207d5ee50c2766c04eb71904f28875e50ce Merge branch 'stg-2.409' --- 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