From 0f47cfc1ba5847ffd8c373848df0662a01aec9b8 Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Tue, 10 Nov 2020 11:39:57 +0100 Subject: Reorder files and config --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build.sh (limited to 'build.sh') diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..4aae3fd --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#! /bin/bash + +xargs -a ./content/toc.txt pandoc --filter pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml + -- cgit v1.2.3