]> pere.pagekite.me Git - text-mekanikerord.git/blob - Makefile
Correct more degree strings.
[text-mekanikerord.git] / Makefile
1 SOURCE = book.xml glossary.xml
2
3 all: book.pdf book.epub
4
5 clean:
6 $(RM) *~
7
8 distclean: clean
9 $(RM) glossary.xml book.pdf book.epub
10
11 XMLLINTOPTS = --nonet --noout --xinclude --postvalid
12 lint: book.xml glossary.xml
13 xmllint $(XMLLINTOPTS) book.xml
14
15 glossary.xml: make-glossary meksme-utf8.xml
16 ./make-glossary
17
18 DBLATEX_OPTS = \
19 -b xetex \
20 --indexstyle=myindexstyle.ist \
21 -V \
22 -P latex.index.tool=xindy \
23 -p pdf.xsl
24
25 book.pdf: $(SOURCE)
26 dblatex $(DBLATEX_OPTS) book.xml
27
28 book.epub: $(SOURCE)
29 dbtoepub book.xml