Lines Matching refs:VERSION

13 VERSION=$1
14 if [ -z $VERSION ]; then
15 VERSION=`grep AC_INIT configure.ac | cut -s -d[ -f3 | cut -s -d] -f1`
16 if [ -z $VERSION ]; then
17 echo Usage: $0 VERSION
21 echo Building asymptote-$VERSION
23 rm -rf asymptote-$VERSION
25 rm -rf CTAN/asymptote-$VERSION
26 tar -zxf $SHARED/asymptote-$VERSION.src.tgz -C CTAN
27 tar -zxf $SHARED/asymptote-$VERSION.src.tgz
28 mkdir -p CTAN/asymptote-$VERSION/binaries/$BINDIR/texlive
29 cd asymptote-$VERSION
31 BUILD=build-$VERSION
40 cp -a $BUILD/*.dll ~/CTAN/asymptote-$VERSION/binaries/$BINDIR/
53 echo \!define PRODUCT_VERSION \"$VERSION\" > AsymptoteInstallInfo.nsi
68 cp -a --no-preserve=mode asymptote-$VERSION-setup.exe $SHARED/asymptote-$VERSION-setup$SUFFIX.exe
69 mv asymptote-$VERSION-setup.exe ~/asymptote-$VERSION-setup$SUFFIX.exe
72 rm -rf asymptote-${VERSION}TL || exit
73 cp -a asymptote-$VERSION asymptote-${VERSION}TL
74 sed asymptote-$VERSION/config.h -e 's/ASYMPTOTE_SYSDIR ".*"/ASYMPTOTE_SYSDIR ""/g' > asymptote-${VE…
75 #sed asymptote-$VERSION/configure.ac -e 's/\-std=c++11//g' > asymptote-${VERSION}TL/configure.ac
76 touch -r asymptote-$VERSION/config.h asymptote-${VERSION}TL/config.h
77 touch -r asymptote-$VERSION/configure.ac asymptote-${VERSION}TL/configure.ac
78 cd asymptote-${VERSION}TL
84 cp $BUILD/asy.exe ~/CTAN/asymptote-$VERSION/binaries/$BINDIR/texlive
85 cp -a configure.ac ~/CTAN/asymptote-$VERSION/
86 cp -a $SHARED/asydoc/* ~/CTAN/asymptote-$VERSION/doc
87 cd ~/CTAN/asymptote-$VERSION/binaries/$BINDIR
90 cp -a ~/asymptote/build-scripts/README-binaries asymptote-$VERSION/binaries/$BINDIR/texlive/README
91 SHAREDBIN=$SHARED/CTAN/asymptote-$VERSION
94 cp -a asymptote-$VERSION/binaries/$BINDIR $SHAREDBIN
96 cp -a $SHAREDBIN/i386-windows ~/CTAN/asymptote-$VERSION/binaries
98 tar cfz asymptote-$VERSION-CTAN.tgz asymptote-$VERSION
99 cp -a --no-preserve=mode asymptote-$VERSION-CTAN.tgz $SHARED