lilypond-1.5.5
[lilypond.git] / bin / make-version.in
blob3be14353cb14472d98e8427a0361b7d698dcc05a
1 #!/bin/sh
3 #shift;
4 if test "x$1" = x;
5 then
6 versionfile="VERSION"
7 else
8 versionfile=$1;
9 fi
11 cat $versionfile| sed 's/#.*$//g'|sed 's/\([^ ]*\)[\t ]*=[ \t]*\([^ ]*\)$/#define \1 \"\2\"/g'
12 echo