|
@ -5,6 +5,9 @@ |
|
|
#Description: Build all the pdf on www.patacrep.com, increase their |
|
|
#Description: Build all the pdf on www.patacrep.com, increase their |
|
|
#version and commit/tag the result |
|
|
#version and commit/tag the result |
|
|
|
|
|
|
|
|
|
|
|
GREP="$GREP_OPTIONS" |
|
|
|
|
|
export GREP_OPTIONS="" |
|
|
|
|
|
|
|
|
#volume-3.sb |
|
|
#volume-3.sb |
|
|
./utils/volume-3.sh |
|
|
./utils/volume-3.sh |
|
|
#english.sb |
|
|
#english.sb |
|
@ -12,9 +15,6 @@ |
|
|
#french.sb |
|
|
#french.sb |
|
|
./utils/langbooks.sh french |
|
|
./utils/langbooks.sh french |
|
|
|
|
|
|
|
|
GREP="$GREP_OPTIONS" |
|
|
|
|
|
export GREP_OPTIONS="" |
|
|
|
|
|
|
|
|
|
|
|
#increase version |
|
|
#increase version |
|
|
RELEASE_TYPE=$1 |
|
|
RELEASE_TYPE=$1 |
|
|
VERSION=`grep "\"version\"" ./templates/patacrep.tmpl | sed -e 's/.*\"\([0-9]\+\)\.\([0-9]\+\)\.\?\([0-9]\+\)\?.*/export MAIN=\1\nexport MAJOR=\2\nexport MINOR=\3\n/'` |
|
|
VERSION=`grep "\"version\"" ./templates/patacrep.tmpl | sed -e 's/.*\"\([0-9]\+\)\.\([0-9]\+\)\.\?\([0-9]\+\)\?.*/export MAIN=\1\nexport MAJOR=\2\nexport MINOR=\3\n/'` |
|
|