]> www.wagner.pp.ru Git - fiction/jasmina.git/blobdiff - Makefile
.gitignore added
[fiction/jasmina.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..6bc554f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+all: jasmina.html jasmina.epub
+
+all.mdwn: order.lst $(wildcard *.txt)
+       cat `cat order.lst` > $@
+jasmina.html: all.mdwn
+       pandoc -t html all.mdwn -o jasmina.html
+jasmina.epub: all.mdwn
+       pandoc -t epub  all.mdwn -o jasmina.epub