From bed9031e0c917e42e1f5efbf282ca0a9f4ea8062 Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Sat, 23 Feb 2013 21:23:07 +0400 Subject: [PATCH] some cleaning up of Makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2