summaryrefslogtreecommitdiffstats
path: root/ast/prepare_docs
blob: 8fc0358c4d60fa8ba35f138de3d95376d04ced91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

AST_DEV=$PWD
export AST_DEV

AST_REF=$PWD
export AST_REF

chmod +x ./getnewversion
./getnewversion
AST_VERSION="`cat ./version.number`"
echo "AST_VERSION $AST_VERSION"
export AST_VERSION

(
   builddocs
) 2>&1 | tee ~/ast_release.log