X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=Makefile;h=601ba20afc76329ddeb14e26071b846090e9dc4d;hb=9756a7a1248cf7bddcaf7175793f6ee837ab83d7;hp=24dd0dd97e76723d74cb0f288755f0dfd5d1f2a9;hpb=53e12c76ce803f3b97352689bcef22f890331346;p=fiction%2Fjasmina.git diff --git a/Makefile b/Makefile index 24dd0dd..601ba20 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SRC_URL=http://www.wagner.pp.ru/~vitus/fiction ID=90860948-65dc-11e5-bd77-bc5ff453db06 VERSION=0.$(shell date +%s) -all: jasmina.html jasmina.epub +all: jasmina.html jasmina.epub jasmuna.fb2.zip fb2: jasmina.fb2.zip pdf: jasmina.pdf @@ -32,8 +32,9 @@ jasmina.fb2: all.mdwn annotation.html jasmina-title.jpg Makefile sed -i 's!!${SRC_URL}${ID}${VERSION}!' $@ sed -i "s!!`base64 -w 0 jasmina-title.jpg`!" $@ jasmina.pdf: preamble.tex all.tex - pdflatex preamble.tex - pdflatex preamble.tex + cp preamble.tex jasmina.tex + pdflatex jasmina.tex + pdflatex jasmina.tex all.tex: all.mdwn pandoc -o all.tex all.mdwn