X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=fiction%2FKate-the-Empress.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=e8fe561bfd5d2f1c5d3d110ce4ccbc7a724b666f;hp=3b32789cee3f5f0ee650fb2b9ecfb6af3b777f7f;hb=8ff9d8c3848b7a2a2105ff4ce64c7e27bacff37c;hpb=be8765f78a4dbd56ddfea1107c7fc4b02878ab2c 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 > $@