diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 12:05:40 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 12:05:40 +0100 |
commit | fb9b0ce454722857a565ac44420d7811f7e542bb (patch) | |
tree | 3a260bb9cc879e7250782a8e79542cf907cb81db /build.sh | |
parent | 0e0da2ae3470eeed15656a4d3fcb3ea446de19ca (diff) |
Debug
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ #!/bin/sh -xargs -a ./content/toc.txt /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml +# xargs -a ./content/toc.txt /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml +pandoc --version |