From d3abbf5f76d4a272b673419f61233879f1c30f81 Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Tue, 16 Sep 2014 16:35:26 +0400 Subject: [PATCH] =?utf8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?utf8?q?=D0=BD=D0=B0=20=D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8?= =?utf8?q?=D1=8F=20html,=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?utf8?q?=D0=BD=D1=8B=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA?= =?utf8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- order.lst | 1 + title.txt | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 title.txt diff --git a/Makefile b/Makefile index a31a677..fe7c0ab 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,6 @@ all: jasmina.html jasmina.epub all.mdwn: order.lst $(wildcard *.txt) for i in `cat order.lst`; do cat "$$i"; echo ""; done > $@ jasmina.html: all.mdwn - pandoc -t html all.mdwn -o jasmina.html + pandoc -t html --toc -s all.mdwn -o jasmina.html jasmina.epub: all.mdwn pandoc -t epub all.mdwn -o jasmina.epub diff --git a/order.lst b/order.lst index a221d9f..50e8da9 100644 --- a/order.lst +++ b/order.lst @@ -1,3 +1,4 @@ +title.txt graycat.txt story.txt revenge.txt diff --git a/title.txt b/title.txt new file mode 100644 index 0000000..41e58a1 --- /dev/null +++ b/title.txt @@ -0,0 +1,3 @@ +% Рани Ясмина +% Виктор Вагнер + -- 2.39.2