From: Victor Wagner Date: Sat, 23 Feb 2013 17:23:07 +0000 (+0400) Subject: some cleaning up of Makefile X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=fiction%2FHollowhills.git;a=commitdiff_plain;h=bed9031e0c917e42e1f5efbf282ca0a9f4ea8062 some cleaning up of Makefile --- diff --git a/Makefile b/Makefile index b779f25..8ab437f 100644 --- 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