]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/set-lily.sh
release: 1.3.6
[lilypond.git] / buildscripts / set-lily.sh
index a4c77ff0cd65e6912506b11ee2f8e6bd31fc84f6..199d1a5c5b2e837b79465173b055e3f502ba95b0 100755 (executable)
@@ -35,9 +35,10 @@ testvar ()
 }
 
 
-# . ./stepmake/bin/package-zet.sh
-sourcetree=`basename \`pwd\``
-(cd .. ; rm lilypond-devel ; showln -s $sourcetree lilypond-devel)
+. ./stepmake/bin/package-zet.sh
+#urg.  LILYPOND_PREFIX, _SOURCEDIR, PATH, *INPUTS all broken
+#sourcetree=`basename \`pwd\``
+#(cd .. ; rm lilypond-devel ; showln -s $sourcetree lilypond-devel)
 
 
 echo You should add the following to your profile script
@@ -98,3 +99,5 @@ echo Starting configuration
 echo
 (set -x; TEX_TFMDIR=$TEX_TFMDIR ./configure --prefix=$prefix --enable-debugging --enable-printing --enable-checking --disable-optimise)
 
+echo "making tags in background"
+make TAGS >& log &