Wrap command
This commit is contained in:
parent
393130a16e
commit
3d7fedc996
1 changed files with 2 additions and 1 deletions
3
make.sh
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue