gwift-book/Makefile

19 lines
350 B
Makefile
Raw Permalink 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-04 14:46:36 +01:00
asciidoctor-pdf \
-r asciidoctor-bibtex \
-a pdf-themesdir=resources/themes \
-a pdf-theme=book.yml \
-a pdf-fontsdir="resources/fonts" \
source/main.adoc -t \
--trace