diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-01-09 19:26:44 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-01-09 19:26:44 (GMT) |
commit | 1332d38f2805d986ea130e43218c0d2e870b4dc1 (patch) | |
tree | aa72853cb8d0d8fcd53a6f5eddf196a374226706 /ast/buildhyperdocs | |
parent | 5e545ec8058cc5238dc870468b34b5d4617f307f (diff) | |
download | blt-1332d38f2805d986ea130e43218c0d2e870b4dc1.zip blt-1332d38f2805d986ea130e43218c0d2e870b4dc1.tar.gz blt-1332d38f2805d986ea130e43218c0d2e870b4dc1.tar.bz2 |
update ast 8.6.2
Diffstat (limited to 'ast/buildhyperdocs')
-rwxr-xr-x | ast/buildhyperdocs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ast/buildhyperdocs b/ast/buildhyperdocs deleted file mode 100755 index 23a07e1..0000000 --- a/ast/buildhyperdocs +++ /dev/null @@ -1,11 +0,0 @@ - -chmod +x ${AST_REF}/addcopyright -copyright="`echo '<COPYRIGHT_STATEMENT>' | ${AST_REF}/addcopyright`" - -rm -f -r sun210.htx sun211.htx -star2html -c "${copyright}" sun210 -star2html -c "${copyright}" sun211 - -export HTX_PATH -HTX_PATH=.:/star/docs:/star/help -hlink |