diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-06 00:30:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-06 00:30:47 +0000 |
commit | 4631b9a200935cb69b604b1d7995fb0d85b229f2 (patch) | |
tree | b03258a2bf431479101a4fb0da8140bf8333125c /Master/tlpkg | |
parent | 70c6e0a0899e6702c8ef39120dc725da1b9ab36c (diff) |
asymptote 2.01
git-svn-id: svn://tug.org/texlive/trunk@19252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/asymptote/asy.exe | bin | 6469646 -> 6474254 bytes | |||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/asymptote/asy.exe b/Master/tlpkg/asymptote/asy.exe Binary files differindex a068d7cfe3b..3daf4a36e76 100755 --- a/Master/tlpkg/asymptote/asy.exe +++ b/Master/tlpkg/asymptote/asy.exe diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 80d0469a976..8c5a99c207f 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -75,8 +75,8 @@ elif false && $update_runtime_from_ainst; then xu=$B/source/utils xy=$xu/asymptote cd $xy - cp binaries/i386-win32/texlive/asy.exe $cb/ - cp binaries/i386-win32/texlive/asy.exe $pg/asymptote/ + $cp binaries/i386-win32/texlive/asy.exe $cb/ + $cp binaries/i386-win32/texlive/asy.exe $pg/asymptote/ cd /tmp/ainst $cp share/info/{*/,}*.info $xmf/doc/info @@ -102,7 +102,7 @@ elif false && $update_runtime_from_ainst; then $xmf/tex/*/asymptote" svn status $ci | sed -n 's/^\?//p' | fgrep -v binaries - #svn add ... + svn add `!!` cd /tmp/ainst diff -qr share/asymptote/ /home/texlive/karl/Master/texmf/asymptote/ | fgrep -v .svn |