]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/docxx-lily.sh
release: 1.3.71
[lilypond.git] / buildscripts / docxx-lily.sh
1 #!/bin/sh
2 cwd=`pwd`
3
4 { cd $LILYPOND_SOURCEDIR; cd ..; 
5 export LILYPOND_ROOTDIR=`pwd` }
6
7 if [ "$1" = "" ]; then
8   VERSION=`show-current`
9   TARBALL=$LILYPOND_ROOTDIR/releases/lilypond-$VERSION.tar.gz
10   cwd=`pwd`
11 else
12   TARBALL=$1
13 fi
14
15
16 tar-docxx $TARBALL