X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;ds=inline;f=Makefile;h=e8fe561bfd5d2f1c5d3d110ce4ccbc7a724b666f;hb=37b1eefaa8690036f7e07615a62556746c4e91f4;hp=3b32789cee3f5f0ee650fb2b9ecfb6af3b777f7f;hpb=b2c4b6e803dcbb86cad5d94c7c765c0308f4d07e;p=fiction%2FKate-the-Empress.git diff --git a/Makefile b/Makefile index 3b32789..e8fe561 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ Kate-the-Empress.pdf: $(wildcard *.tex) mv book.pdf Kate-the-Empress.pdf Kate-the-Empress.html: onefile.tex - pandoc -t html --toc --standalone -o $@ $+ + pandoc -t html --toc --standalone -o $@ $+ Kate-the-Empress.epub: onefile.tex - pandoc -t epub --toc --standalone -o $@ $+ + pandoc -t epub --standalone -o $@ $+ onefile.tex: joinfiles.awk $(wildcard *.tex) awk -f joinfiles.awk book.tex > $@