]> pere.pagekite.me Git - text-angrefrist.git/blob - Makefile
Fikset flere tabeller og figurer.
[text-angrefrist.git] / Makefile
1 all: rapport.pdf rapport.epub
2
3 rapport.xml: *.adoc
4 asciidoctor -b docbook5 -d book rapport.adoc
5 rapport.pdf: rapport.xml
6 dblatex $^
7 rapport.epub: rapport.xml
8 dbtoepub $^
9
10 clean:
11 $(RM) *~
12 distclean:
13 $(RM) rapport.xml rapport.pdf rapport.epub