diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-10 17:00:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-10 17:00:32 +0000 |
commit | 584f1a0700fa73a35b7ad9bdcc84eb4792cd9278 (patch) | |
tree | 14a5d4560f823578e528e72a30f842fcae2acefc /Master/tlpkg/bin | |
parent | acf490a764f48e704436cb450064764d4037bad6 (diff) |
asy build doc
git-svn-id: svn://tug.org/texlive/trunk@47431 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 5833ee37564..6099a5dab9c 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -88,6 +88,7 @@ elif false && $update_runtime_from_ainst; then xy=$xu/asymptote cd $xy $cp binaries/i386-windows/texlive/asy.exe $pg/asymptote/ + $cp binaries/x86_64-windows/texlive/asy.exe $pg/asymptote64/ cd /tmp/ainst $cp share/info/{*/,}*.info $xist/doc/info @@ -99,17 +100,13 @@ elif false && $update_runtime_from_ainst; then # $cp latex/asymptote/* $xist/tex/latex/asymptote/ $cp context*/asymptote/* $xist/tex/context/third/asymptote/ - # - # also copy in i386-linux binary from build machine (not any more). - #lb=$xb/x86_64-linux - #$cp bin/asy $lb/ - #strip $lb/asy cd $xist/doc/man make ci="$xu/README \ $xy \ + $pb/tl-update-asy \ $pg/asymptote* \ $xist/doc/info/ $xist/doc/man $xist/doc/asymptote \ $xist/asymptote/ $xist/tex/*/asymptote" |