X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=fiction%2FKate-the-Empress.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=b479d1a33875a1ab16495fe61fb304c2095fb7d6;hp=6d28215400984687e4c7e41b6c577d88952d986d;hb=c79538440bb52d3ec987e6a32bdedcd4b394175a;hpb=c5415250d31ea934a22724d095fc0f04429e78c4 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