X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e2791d9aef50f35848ab391454048b3e01e1907b..fe04f8e5b966ee95f15d7745c0f1cccbae779289:/doc/xmlrpc-doc/Makefile?ds=sidebyside

diff --git a/doc/xmlrpc-doc/Makefile b/doc/xmlrpc-doc/Makefile
index 098896c7..d7872f18 100644
--- a/doc/xmlrpc-doc/Makefile
+++ b/doc/xmlrpc-doc/Makefile
@@ -1,7 +1,8 @@
-all:
+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
-	xsltproc --xinclude --xincludestyle /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl API.xml
-	mv *html book/
 
 clean:
-	rm -r book
+	rm book/*