From 165b3785f8aa3ff267097b479870e9a39ba5c14b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 16 May 2010 18:38:03 +0000 Subject: asymptote 1.94 git-svn-id: svn://tug.org/texlive/trunk@18287 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-asy | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'Master/tlpkg/bin/tl-update-asy') 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 ... -- cgit v1.2.3