]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Mon, 25 May 1998 20:17:55 +0000 (20:17 +0000)
committerfred <fred>
Mon, 25 May 1998 20:17:55 +0000 (20:17 +0000)
buildscripts/docxx-lily.sh [new file with mode: 0644]

diff --git a/buildscripts/docxx-lily.sh b/buildscripts/docxx-lily.sh
new file mode 100644 (file)
index 0000000..82407ed
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/sh
+cwd=`pwd`
+
+{ cd $LILYPOND_SOURCEDIR; cd ..; 
+export LILYPOND_ROOTDIR=`pwd` }
+
+if [ "$1" = "" ]; then
+  VERSION=`show-current`
+  TARBALL=$LILYPOND_ROOTDIR/releases/lilypond-$VERSION.tar.gz
+  cwd=`pwd`
+else
+  TARBALL=$1
+fi
+
+
+tar-docxx $TARBALL