X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/11db4a3e1d499a2e2da4cf312db1655eb0f055fc..d4d0006dd2a603fc5c17774d6eacc186f689cbfc:/doc/help/Makefile diff --git a/doc/help/Makefile b/doc/help/Makefile index 47cf0407..72c3bef9 100644 --- a/doc/help/Makefile +++ b/doc/help/Makefile @@ -1,5 +1,15 @@ -all: +.PHONY: all clean + +all: book/index.html help.pdf + +book/index.html: ch*.xml help.xml + mkdir -p book/images + cp images/*.png book/images/ xsltproc -o book/ --xinclude ../xslt/html/chunk.xsl help.xml +help.pdf: ch*.xml help.xml + dblatex -b xetex -I. help.xml + clean: - rm book/*html + rm -r book + rm help.pdf