From 41b910f8a0f7417378e9041c694c26134fb29812 Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Tue, 10 Nov 2020 12:28:39 +0100 Subject: Fixes --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 31f0cd7..736441d 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,3 @@ #!/bin/sh -# xargs -a ./content/toc.txt /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml -pandoc --version +xargs -a ./content/toc.txt /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml -- cgit v1.2.3