Wrap command

This commit is contained in:
James Gregory 2014-01-19 13:05:04 +11:00
commit 3d7fedc996

View file

@ -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