]> git.stg.codes - stg.git/blobdiff - doc/xmlrpc-doc/Makefile
--stringparam base.path replaces with -o
[stg.git] / doc / xmlrpc-doc / Makefile
index 098896c7963ae2d79410e1b5e49d848ef39ea44c..d46679ca6a9cd0fba855387c999512afa1390a9e 100644 (file)
@@ -1,7 +1,5 @@
 all:
-       mkdir book
-       xsltproc --xinclude --xincludestyle /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl API.xml
-       mv *html book/
+       xsltproc -o book/ --xinclude /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/html/chunk.xsl API.xml
 
 clean:
-       rm -r book
+       rm book/*html