summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/asymptote/asy.exebin6061070 -> 6040078 bytes
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy4
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/asymptote/asy.exe b/Master/tlpkg/asymptote/asy.exe
index c72517c1b55..ec8e0b97035 100755
--- a/Master/tlpkg/asymptote/asy.exe
+++ b/Master/tlpkg/asymptote/asy.exe
Binary files differ
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