gwift-book/Makefile

13 lines
285 B
Makefile
Raw Normal View History

2015-11-06 12:13:23 +01:00
.PHONY: 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)/*
pdf:
2022-01-02 14:25:40 +01:00
asciidoctor-pdf -r asciidoctor-bibtex -a pdf-themesdir=resources/themes -a pdf-theme=book.yml source/main.adoc -t