From 8e59f1a263dd829945116de0863fbf023f8f07b5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 21 Mar 2017 17:08:03 +0000 Subject: tlmgr.pl: mention problem of too-frequent updates using mirror.ctan.org. (Uwe Siart, tex-live 02 Mar 2017 10:30:35) install-menu-txt.pl: menu headings more consistent, try to clarify customizations vs. actions. (Alan Litchfield, texhax 12 Mar 2017 11:37:35) tl-update-asy: need ASYMPTOTE_EPSDRIVER; simplify since original is no longer svn. releng.txt: more version number locations. git-svn-id: svn://tug.org/texlive/trunk@43566 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-asy | 19 +++++++++---------- 1 file changed, 9 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 4bdd510ff8e..f4321e32207 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -53,24 +53,23 @@ elif test "x$1" = x--build; then set -x cd /home/texlive/karl/Build/source/utils/asymptote - test ! -r dot.git || mv dot.git .git - /usr/local/bin/svn update - /usr/local/bin/svn revert asy-keywords.el - test ! -r .git || mv .git dot.git + $svn update + $svn revert asy-keywords.el + $svn status 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 + rm -f Makefile fi + rm -rf config.h config.log config.status errors.temp autom4te.cache rm -rf /tmp/ainst # these configure options represent what is intended to be supported - # in the i386-linux build. on centos5, need yum packages - # freeglut freeglut-devel libX11-devel mesa-libGLU-devel + # in the i386-linux build. + ASYMPTOTE_EPSDRIVER=epswrite; export ASYMPTOTE_EPSDRIVER ./configure --prefix=/tmp/ainst \ --with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context \ - --enable-fftw --enable-gl --disable-gsl \ - --enable-texlive-build #CFLAGS=-g + --enable-fftw --enable-gl --enable-gsl \ + --enable-texlive-build CFLAGS=-g CXXFLAGS=-ansi nice make nice make check make install-prebuilt -- cgit v1.2.3