diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-17 15:22:52 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-17 15:22:52 (GMT) |
commit | 7dd9b970cec6832b8f6118dc2dd91a08d2836648 (patch) | |
tree | 4b3c86596ab87f35a3c6213397da07afe1e24d3e /ast/prepare_hyperdocs | |
parent | d7bf7c61e8507e3cf51f195392c0f41f27ae18d8 (diff) | |
parent | 7fde2daeed593684120d75de07598154f3ddaf2c (diff) | |
download | blt-7dd9b970cec6832b8f6118dc2dd91a08d2836648.zip blt-7dd9b970cec6832b8f6118dc2dd91a08d2836648.tar.gz blt-7dd9b970cec6832b8f6118dc2dd91a08d2836648.tar.bz2 |
Merge commit '7fde2daeed593684120d75de07598154f3ddaf2c' as 'ast'
Diffstat (limited to 'ast/prepare_hyperdocs')
-rwxr-xr-x | ast/prepare_hyperdocs | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ast/prepare_hyperdocs b/ast/prepare_hyperdocs new file mode 100755 index 0000000..3d6e1e4 --- /dev/null +++ b/ast/prepare_hyperdocs @@ -0,0 +1,37 @@ + +chmod +x ./getnewversion +./getnewversion +AST_VERSION="`cat ./version.number`" +echo "AST_VERSION $AST_VERSION" +export 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 + +( + buildhyperdocs +) 2>&1 | tee ~/ast_release.log |