build.sh: fix
This commit is contained in:
parent
c4e8df367c
commit
b39fdb00f5
6
build.sh
6
build.sh
|
@ -10,7 +10,7 @@ files='
|
||||||
src/4-control-structures.md
|
src/4-control-structures.md
|
||||||
src/5-functions.md
|
src/5-functions.md
|
||||||
src/6-structures.md
|
src/6-structures.md
|
||||||
sec/7-interfaces.md
|
src/7-interfaces.md
|
||||||
src/8-http.md
|
src/8-http.md
|
||||||
src/9-testing.md
|
src/9-testing.md
|
||||||
src/10-cli-app.md
|
src/10-cli-app.md
|
||||||
|
@ -19,11 +19,11 @@ files='
|
||||||
src/13-wiki.md
|
src/13-wiki.md
|
||||||
src/14-webapp-abstractions.md
|
src/14-webapp-abstractions.md
|
||||||
src/15-conclusion.md
|
src/15-conclusion.md
|
||||||
src/15-battlesnake.md
|
src/bonus-battlesnake.md
|
||||||
src/GReeTZ.md
|
src/GReeTZ.md
|
||||||
src/other_work_by_the_author.md
|
src/other_work_by_the_author.md
|
||||||
'
|
'
|
||||||
|
|
||||||
rev=$(git rev-parse HEAD --short)
|
rev=$(git rev-parse --short HEAD)
|
||||||
|
|
||||||
pandoc -o getgoing-${rev}.epub $files
|
pandoc -o getgoing-${rev}.epub $files
|
||||||
|
|
Loading…
Reference in New Issue