aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAxel Dürkop <axel.duerkop@tuhh.de>2020-11-10 11:39:57 +0100
committerAxel Dürkop <axel.duerkop@tuhh.de>2020-11-10 11:39:57 +0100
commit0f47cfc1ba5847ffd8c373848df0662a01aec9b8 (patch)
tree906ee613f95ecd5cd80e5bdbe5f977fec5238f24 /build.sh
parentcc20b4d9c2bcb1d1f944de8444dd30b8366526df (diff)
Reorder files and config
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
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
+