X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=Makefile;h=b479d1a33875a1ab16495fe61fb304c2095fb7d6;hb=c0b4ea7a6f8f2f28335061138a4441915f1fbe11;hp=6d28215400984687e4c7e41b6c577d88952d986d;hpb=871e2a219f6f86d618577850a35f45d1ee4248d9;p=fiction%2FKate-the-Empress.git diff --git a/Makefile b/Makefile index 6d28215..b479d1a 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,10 @@ Kate-the-Empress.pdf: $(wildcard *.tex) Kate-the-Empress.html: onefile.tex pandoc -t html --toc --standalone -o $@ $+ -Kate-the-Empress.epub: onefile.tex - pandoc -t epub --standalone -o $@ $+ +Kate-the-Empress.epub: onefile.tex epub-metadata.xml + cat epub-metadata.xml > metadata-tmp.xml + echo "`date +%Y-%m-%d`">> metadata-tmp.xml + pandoc -t epub --epub-metadata=metadata-tmp.xml --standalone -o $@ $+ Kate-the-Empress.fb2.zip: Kate-the-Empress.fb2 zip Kate-the-Empress.fb2.zip Kate-the-Empress.fb2