diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:49:54 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:49:54 +0100 |
commit | ae8d3fbe95c3ca13ec18143e15a7fca243af4815 (patch) | |
tree | 122e3521b490ff8abf8d3119991306c3eeb659de /build.sh | |
parent | 7efc2e7b67c03e7be46b2ee4e28f90997d49d316 (diff) |
Fix path
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 pandoc ./config/.pandoc-config.yml --filter pandoc-citeproc -o build/book.pdf +xargs -a ./content/toc.txt /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml + |