X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/94ed11aed11d6eae5797205bd808efddd32778e7..bceed6b3cc0cbd030434797e3d6c4addfc456be7:/doc/xmlrpc/Makefile 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