X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/155afaf9fb83e380a23877c2fba74d0cc5c26926..0336bc1bb0970aadebeb50ca2985d6fc93658a65:/doc/xmlrpc-doc/Makefile?ds=sidebyside

diff --git a/doc/xmlrpc-doc/Makefile b/doc/xmlrpc-doc/Makefile
index b0a8ea5d..098896c7 100644
--- a/doc/xmlrpc-doc/Makefile
+++ b/doc/xmlrpc-doc/Makefile
@@ -1,5 +1,7 @@
 all:
+	mkdir book
 	xsltproc --xinclude --xincludestyle /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl API.xml
+	mv *html book/
 
 clean:
-	rm -f *html
+	rm -r book