]> www.wagner.pp.ru Git - fiction/jasmina.git/commitdiff
.gitignore added
authorVictor Wagner <vitus@wagner.pp.ru>
Sun, 16 Mar 2014 15:28:48 +0000 (19:28 +0400)
committerVictor Wagner <vitus@wagner.pp.ru>
Sun, 16 Mar 2014 15:28:48 +0000 (19:28 +0400)
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ef65724
--- /dev/null
@@ -0,0 +1,3 @@
+all.mdwn
+jasmina.epub
+jasmina.html
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