]> www.wagner.pp.ru Git - fiction/Kate-the-Empress.git/blobdiff - Makefile
formatting
[fiction/Kate-the-Empress.git] / Makefile
index 3b32789cee3f5f0ee650fb2b9ecfb6af3b777f7f..e8fe561bfd5d2f1c5d3d110ce4ccbc7a724b666f 100644 (file)
--- 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 >  $@