diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 12:28:39 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 12:28:39 +0100 |
commit | 41b910f8a0f7417378e9041c694c26134fb29812 (patch) | |
tree | f7f1596481d521475c1d52e55d6eb129a213d958 /build.sh | |
parent | 62f4bf02411b2d449b2de0d10e37f4f46fa508d6 (diff) |
Fixes
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |