gwift-book/Makefile

18 lines
431 B
Makefile
Raw Normal View History

2015-11-06 12:13:23 +01:00
.PHONY: help pdf
2015-11-06 12:13:23 +01:00
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " pdf to make standalone PDF files"
2015-11-06 12:13:23 +01:00
clean:
rm -rf $(BUILDDIR)/*
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
pdf:
2020-04-13 15:01:36 +02:00
asciidoctor-pdf -a pdf-themesdir=resources/themes -a pdf-theme=gwift-theme source/main.adoc -t -r asciidoctor-diagram