X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/06c1548a92767365aa31a7af539475d535a33da3..09c44c9a7e8c870e07827b3fc34811cd917b6115:/doc/xmlrpc-doc/Makefile?ds=sidebyside diff --git a/doc/xmlrpc-doc/Makefile b/doc/xmlrpc-doc/Makefile index 652db396..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-ns-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/*