summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-16 18:38:03 +0000
committerKarl Berry <karl@freefriends.org>2010-05-16 18:38:03 +0000
commit165b3785f8aa3ff267097b479870e9a39ba5c14b (patch)
tree5576b3011cc676783da8ec22d3989e11e18ac31e /Master/tlpkg/bin/tl-update-asy
parentcd1ca2f93ce5e698838c918d1398f9e81a98641c (diff)
asymptote 1.94
git-svn-id: svn://tug.org/texlive/trunk@18287 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy28
1 files changed, 18 insertions, 10 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy
index 4f6b7cca463..3cfcbc271bd 100755
--- a/Master/tlpkg/bin/tl-update-asy
+++ b/Master/tlpkg/bin/tl-update-asy
@@ -58,8 +58,8 @@ elif test "x$1" = x--build; then
rm -rf autom4te.cache
fi
rm -rf /tmp/ainst
- sh configure --with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context\
- --enable-texlive-build --prefix=/tmp/ainst CFLAGS=-g
+ ./configure --with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context \
+ --enable-texlive-build --prefix=/tmp/ainst CFLAGS=-g
nice make
make install-prebuilt
strip /tmp/ainst/bin/asy
@@ -73,12 +73,14 @@ elif false && $update_runtime_from_ainst; then
# and install (from the previous section) into the Master/texmf runtime.
cp="cp -af"
- xu=$B/source/utils/asymptote
- cd $xu
+ 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/
cd /tmp/ainst
+ cp bin/asy $lb/
$cp share/info/{*/,}*.info $xmf/doc/info
$cp share/man/man1/asy.1 $xmf/doc/man/man1/asy.1
$cp share/man/man1/xasy.1x $xmf/doc/man/man1/xasy.1
@@ -87,13 +89,19 @@ elif false && $update_runtime_from_ainst; then
$cp -r share/asymptote $xmf
$cp latex/asymptote/* $xmf/tex/latex/asymptote/
+ $cp context*/asymptote/* $xmf/tex/context/asymptote/
- ci="$xu/README $xu/asymptote \
- $cb \
- $pg/asymptote/ \
- $xmf/asymptote/ \
- $xmf/doc \
- $xmf/tex/latex/asymptote"
+ cd $xmf/doc/man
+ make
+
+ ci="$xu/README \
+ $xy \
+ $cb \
+ $lb/asy \
+ $pg/asymptote/ \
+ $xmf/asymptote/ \
+ $xmf/doc \
+ $xmf/tex/*/asymptote"
svn status $ci | sed -n 's/^\?//p'
#svn add ...