summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-06 15:25:15 +0000
committerKarl Berry <karl@freefriends.org>2018-04-06 15:25:15 +0000
commit60718ab3dc8b6e0bf3dc5e4a1cfd64e6c725d714 (patch)
tree1d31e256725fbaa3c7d933274126aec971b4ac54 /Master/tlpkg/bin/tl-update-asy
parentf43901a2e69137a91d953d854976bf91dc5905a5 (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@47326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy
index ba03b39bf10..5833ee37564 100755
--- a/Master/tlpkg/bin/tl-update-asy
+++ b/Master/tlpkg/bin/tl-update-asy
@@ -87,7 +87,7 @@ elif false && $update_runtime_from_ainst; then
xu=$B/source/utils
xy=$xu/asymptote
cd $xy
- $cp binaries/i386-win32/texlive/asy.exe $pg/asymptote/
+ $cp binaries/i386-windows/texlive/asy.exe $pg/asymptote/
cd /tmp/ainst
$cp share/info/{*/,}*.info $xist/doc/info
@@ -100,17 +100,17 @@ 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 binaryfrom build machine.
- lb=$xb/x86_64-linux
- $cp bin/asy $lb/
- strip $lb/asy
+ # 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 \
- $xb/i386-linux $lb $pg/asymptote/ \
+ $pg/asymptote* \
$xist/doc/info/ $xist/doc/man $xist/doc/asymptote \
$xist/asymptote/ $xist/tex/*/asymptote"