diff options
Diffstat (limited to 'ast/prepare_all')
-rwxr-xr-x | ast/prepare_all | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/ast/prepare_all b/ast/prepare_all new file mode 100755 index 0000000..cda505d --- /dev/null +++ b/ast/prepare_all @@ -0,0 +1,41 @@ + +chmod +x ./getnewversion +./getnewversion + +AST_VERSION="`cat ./version.number`" +export AST_VERSION + +echo "AST_VERSION $AST_VERSION" + +PATH="$PWD:$PATH" +export PATH + +AST_DEV=$PWD +export AST_DEV + +AST_REF=$PWD +export AST_REF + +PKG="ast" +export PKG + +PKG_REF=$PWD +export PKG_REF + +PKG_DIR=$PWD +export PKG_DIR + +PROJECTDIR=$PWD +export PROJECTDIR + +MAKEFILE="$PWD/grp-ref.make" +export MAKEFILE + +EXPORT="$HOME" +export EXPORT + +( + builddocs + buildhyperdocs + rmk release +) 2>&1 | tee ~/ast_release.log |