X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/2f1753cc3e240fa497a87873ed19fe3f11e22331..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