summaryrefslogtreecommitdiffstats
path: root/ast/prepare_hyperdocs
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-09 19:26:44 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-09 19:26:44 (GMT)
commit1332d38f2805d986ea130e43218c0d2e870b4dc1 (patch)
treeaa72853cb8d0d8fcd53a6f5eddf196a374226706 /ast/prepare_hyperdocs
parent5e545ec8058cc5238dc870468b34b5d4617f307f (diff)
downloadblt-1332d38f2805d986ea130e43218c0d2e870b4dc1.zip
blt-1332d38f2805d986ea130e43218c0d2e870b4dc1.tar.gz
blt-1332d38f2805d986ea130e43218c0d2e870b4dc1.tar.bz2
update ast 8.6.2
Diffstat (limited to 'ast/prepare_hyperdocs')
-rwxr-xr-xast/prepare_hyperdocs37
1 files changed, 0 insertions, 37 deletions
diff --git a/ast/prepare_hyperdocs b/ast/prepare_hyperdocs
deleted file mode 100755
index 3d6e1e4..0000000
--- a/ast/prepare_hyperdocs
+++ /dev/null
@@ -1,37 +0,0 @@
-
-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