From a9018a2625145c6b831b938d38ac3484fe854ed6 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 19 Sep 2019 09:41:04 +0000 Subject: [PATCH] Use pandoc command line argument for output Resolves #40 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bfdb67f..3d8f5db 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ pdf: metadata cp faif-2.0.pdf faif-2.0-$(shell git describe --abbrev=0 --tags).pdf fb2: metadata - pandoc -t fb2 faif-2.0.tex > faif-2.0.fb2 + pandoc -t fb2 -o faif-2.0.fb2 faif-2.0.tex cp faif-2.0.fb2 faif-2.0-$(shell git describe --abbrev=0 --tags).fb2 epub: metadata - pandoc -t epub faif-2.0.tex > faif-2.0.epub + pandoc -t epub -o faif-2.0.epub faif-2.0.tex cp faif-2.0.epub faif-2.0-$(shell git describe --abbrev=0 --tags).epub metadata: translators version time