From c6d9ec93240ed3422b9e4dd45472dc3d526a575d Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Sat, 23 Feb 2013 21:21:35 +0400 Subject: [PATCH] added Makefile --- Makefile | 10 ++++++++++ title.txt | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 Makefile create mode 100644 title.txt diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b779f25 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +SOURCES=title.txt nastya.txt sasha.txt hill.txt weekend.txt + +hollowhills.html: all.txt + pandoc -t html --standalone -V date=`date +%x` -o $@ $+ +hollowhills.epub: all.txt + pandoc -t epub -V date=`date +%x` -o $@ $+ +all.txt: $(SOURCES) Makefile + cat $(SOURCES) > all.txt + + diff --git a/title.txt b/title.txt new file mode 100644 index 0000000..c0e4b9b --- /dev/null +++ b/title.txt @@ -0,0 +1,4 @@ +% Полые холмы Верхневолжья +% Виктор Вагнер + + -- 2.39.2