diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-01-09 19:06:55 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-01-09 19:06:55 (GMT) |
commit | 01e0ebfe59d9028b0246ec4a549bd7528ada94eb (patch) | |
tree | a6c5b54db03177a1c8f3e7fb531990dfbc7bae39 /ast/prepare_all | |
parent | d64cf9c0bd23e752867b149be636d1bbd4501cf4 (diff) | |
download | blt-01e0ebfe59d9028b0246ec4a549bd7528ada94eb.zip blt-01e0ebfe59d9028b0246ec4a549bd7528ada94eb.tar.gz blt-01e0ebfe59d9028b0246ec4a549bd7528ada94eb.tar.bz2 |
update ast 8.6.2
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 |