X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/06c1548a92767365aa31a7af539475d535a33da3..c5716e247042e2906f487f2c26224b93b4e41427:/doc/xmlrpc-doc/Makefile?ds=sidebyside

diff --git a/doc/xmlrpc-doc/Makefile b/doc/xmlrpc-doc/Makefile
index 652db396..098896c7 100644
--- a/doc/xmlrpc-doc/Makefile
+++ b/doc/xmlrpc-doc/Makefile
@@ -1,5 +1,7 @@
 all:
-	xsltproc --xinclude --xincludestyle /usr/share/sgml/docbook/xsl-ns-stylesheets/html/chunk.xsl API.xml
+	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