From 3d7fedc996f83e3d3ebf8240b61c34092a519add Mon Sep 17 00:00:00 2001 From: James Gregory Date: Sun, 19 Jan 2014 13:05:04 +1100 Subject: [PATCH] Wrap command --- make.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 5854fdd..13bf9d4 100755 --- a/make.sh +++ b/make.sh @@ -30,7 +30,8 @@ elif [[ "$TYPE" == "html" ]]; then mkdir out/html cp -r images out/html/ cp html/book.css out/html/ - pandoc -S --to html5 -o out/html/black-book.html --section-divs --toc --standalone --template=html/template.html $FILES + pandoc -S --to html5 -o out/html/black-book.html --section-divs --toc \ + --standalone --template=html/template.html $FILES else echo 'Unknown type' exit 1