X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e2791d9aef50f35848ab391454048b3e01e1907b..8c931ef33a414e473b19e773b445f4d30a0bfe2b:/doc/xmlrpc-doc/Makefile

diff --git a/doc/xmlrpc-doc/Makefile b/doc/xmlrpc-doc/Makefile
index 098896c7..819e5e99 100644
--- a/doc/xmlrpc-doc/Makefile
+++ b/doc/xmlrpc-doc/Makefile
@@ -1,6 +1,6 @@
 all:
 	mkdir book
-	xsltproc --xinclude --xincludestyle /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl API.xml
+	xsltproc --xinclude --xincludestyle /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/html/chunk.xsl API.xml
 	mv *html book/
 
 clean: