1 all: jasmina.html jasmina.epub
6 all.mdwn: order.lst $(wildcard *.txt)
7 for i in `cat order.lst`; do sed 's/<TBD>/*(Фрагмент недописан)*/' "$$i"; echo ""; done > $@
9 pandoc -t html --toc -s all.mdwn -o jasmina.html
10 jasmina.epub: all.mdwn
11 pandoc -t epub -s all.mdwn -o jasmina.epub
12 jasmina.fb2.zip: jasmina.fb2
15 pandoc -t fb2 -s -V language=ru all.mdwn -o jasmina.fb2
16 jasmina.pdf: preamble.tex all.tex
20 pandoc -o all.tex all.mdwn