diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-14 23:55:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-14 23:55:19 +0000 |
commit | da1f4b4b53c65c7dc07081018a7f7c2fa991978f (patch) | |
tree | f5fb25e25602c508ab97092d59963a28d9c4efb8 /Master/tlpkg | |
parent | 68651406885f7b6aa9838a395237fd51a127e99f (diff) |
asymptote 1.98
git-svn-id: svn://tug.org/texlive/trunk@18984 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/asymptote/asy.exe | bin | 6061070 -> 6040078 bytes | |||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/asymptote/asy.exe b/Master/tlpkg/asymptote/asy.exe Binary files differindex c72517c1b55..ec8e0b97035 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 92512e79b8e..0f73e2cab4f 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -14,14 +14,14 @@ test "x$1" = x--build || exit 1 -ver=1.94 # the new version, that is. +ver=... # the newly-released version # if false && $update_sources_from_ctan; then # this part is about copying the sources from CTAN to TL. cd $B/source/utils/ edit README for asymptote$ver - (cd asymptote && make distclean && sat) # be sure no dregs + (cd asymptote && make distclean; sup && sat) # be sure no dregs \cp -arf /home/ftp/tex-archive/graphics/asymptote/ . cd asymptote |