diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 02d9aac9eac..2fec72bb462 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -43,8 +43,7 @@ if false && $update_sources_from_ctan; then elif test "x$1" = x--build; then # this part is about building the i386-linux asymptote on tug.org. # Despite all the dire warnings above, this part actually can be run - # as a script, because it's so often necessary to run and rerun (and - # rerun) the build. + # as a script, because it's so often necessary to redo. set -e PATH=/usr/bin:/bin:/sbin; export PATH # system gcc for sake of shared libs unset GREP_OPTIONS @@ -55,6 +54,7 @@ elif test "x$1" = x--build; then mv .svn dot.svn if test -f Makefile; then make clean + svn revert doc/asy-latex.pdf rm -f Makefile config.h config.log config.status errors.temp rm -rf autom4te.cache fi @@ -79,20 +79,20 @@ elif false && $update_runtime_from_ainst; then $cp binaries/i386-win32/texlive/asy.exe $pg/asymptote/ cd /tmp/ainst - $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 - $cp -r share/doc/asymptote $xmf/doc + $cp share/info/{*/,}*.info $xist/doc/info + $cp share/man/man1/asy.1 $xist/doc/man/man1/asy.1 + $cp share/man/man1/xasy.1x $xist/doc/man/man1/xasy.1 + $cp -r share/doc/asymptote $xist/doc # - $cp -r share/asymptote $xmf + $cp -r share/asymptote $xist # - $cp latex/asymptote/* $xmf/tex/latex/asymptote/ - $cp context*/asymptote/* $xmf/tex/context/asymptote/ + $cp latex/asymptote/* $xist/tex/latex/asymptote/ + $cp context*/asymptote/* $xist/tex/context/asymptote/ # $cp bin/asy $lb/ strip $lb/asy - cd $xmf/doc/man + cd $xist/doc/man make ci="$xu/README \ @@ -100,9 +100,9 @@ elif false && $update_runtime_from_ainst; then $cb \ $lb/asy \ $pg/asymptote/ \ - $xmf/asymptote/ \ - $xmf/doc \ - $xmf/tex/*/asymptote" + $xist/asymptote/ \ + $xist/doc \ + $xist/tex/*/asymptote" svn status $ci | sed -n 's/^\?//p' | fgrep -v binaries svn add `!!` |