X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/155afaf9fb83e380a23877c2fba74d0cc5c26926..25d817aaf266fdf5300ca0b662426caaed4e924e:/doc/xmlrpc-doc/Makefile

diff --git a/doc/xmlrpc-doc/Makefile b/doc/xmlrpc-doc/Makefile
index b0a8ea5d..d7872f18 100644
--- a/doc/xmlrpc-doc/Makefile
+++ b/doc/xmlrpc-doc/Makefile
@@ -1,5 +1,8 @@
-all:
-	xsltproc --xinclude --xincludestyle /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl API.xml
+all: book
+	xsltproc --stringparam base.dir book/ --xinclude --xincludestyle /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/html/chunk.xsl API.xml
+
+book:
+	mkdir book
 
 clean:
-	rm -f *html
+	rm book/*