diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-11-02 19:11:06 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-11-02 19:11:06 (GMT) |
commit | 33c55bd916dff8c4932b01c7db58f0103ac31c31 (patch) | |
tree | a4cdca3287dd2df5247ce8079c424ffa438b4c2e /ast/buildhyperdocs | |
parent | 4121637f3d41d6dc23e6543a445b5a3aed9e6ddc (diff) | |
download | blt-33c55bd916dff8c4932b01c7db58f0103ac31c31.zip blt-33c55bd916dff8c4932b01c7db58f0103ac31c31.tar.gz blt-33c55bd916dff8c4932b01c7db58f0103ac31c31.tar.bz2 |
update ast
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 |