diff options
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 |