]> www.wagner.pp.ru Git - fiction/Hollowhills.git/commitdiff
some cleaning up of Makefile
authorVictor Wagner <vitus@wagner.pp.ru>
Sat, 23 Feb 2013 17:23:07 +0000 (21:23 +0400)
committerVictor Wagner <vitus@wagner.pp.ru>
Sat, 23 Feb 2013 17:23:07 +0000 (21:23 +0400)
Makefile

index b779f25855c50623a6098516a39c7362b8db761c..8ab437f5aee9aba38168352d68bc7b652f8456e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,11 @@
+# 
+# Here should be included all the source files (markdown +pandoc
+# extensions) in order as they should appear in the text
+#
 SOURCES=title.txt nastya.txt sasha.txt hill.txt weekend.txt
 
+all: hollowhills.html hollowhills.epub
+
 hollowhills.html: all.txt
        pandoc -t html --standalone -V date=`date +%x` -o $@  $+
 hollowhills.epub: all.txt