#45 fixed syntax error in build script
This commit is contained in:
parent
47be7db43f
commit
072d2f5c40
2
build.sh
2
build.sh
|
@ -9,7 +9,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# run pandoc
|
# run pandoc
|
||||||
if [ $1 == "pandoc"]
|
if [ $1 == "pandoc" ]
|
||||||
then
|
then
|
||||||
cat chapter/*.md > chapter/out.md
|
cat chapter/*.md > chapter/out.md
|
||||||
pandoc --filter pandoc-citeproc --filter pandoc-crossref \
|
pandoc --filter pandoc-citeproc --filter pandoc-crossref \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user