]> www.wagner.pp.ru Git - fiction/Kate-the-Empress.git/blob - Makefile
Converted to UTF-8. Moved HTML generation to pandoc, added epub generation
[fiction/Kate-the-Empress.git] / Makefile
1 all: Kate-the-Empress.pdf Kate-the-Empress.html Kate-the-Empress.epub
2
3 Kate-the-Empress.pdf: $(wildcard *.tex)
4         pdflatex book
5         pdflatex book
6         pdflatex book
7         mv book.pdf Kate-the-Empress.pdf
8
9 Kate-the-Empress.html: onefile.tex
10         pandoc -t html --toc --standalone -o $@ $+
11
12 Kate-the-Empress.epub: onefile.tex
13         pandoc -t epub --toc --standalone -o $@ $+
14
15 onefile.tex: joinfiles.awk $(wildcard *.tex)
16         awk -f joinfiles.awk book.tex >  $@
17
18 clean:
19         rm -f onefile.tex book.log book.aux book.out book.toc