|
@ -37,7 +37,6 @@ then |
|
|
#update version field in tmpl files |
|
|
#update version field in tmpl files |
|
|
sed -i "s/\"[0-9]\+.[0-9]\+.[0-9]\+\"/\"$MAIN.$MAJOR.$MINOR\"/" templates/patacrep.tmpl |
|
|
sed -i "s/\"[0-9]\+.[0-9]\+.[0-9]\+\"/\"$MAIN.$MAJOR.$MINOR\"/" templates/patacrep.tmpl |
|
|
sed -i "s/\"[0-9]\+.[0-9]\+.[0-9]\+\"/\"$MAIN.$MAJOR.$MINOR\"/" templates/ancient.tmpl |
|
|
sed -i "s/\"[0-9]\+.[0-9]\+.[0-9]\+\"/\"$MAIN.$MAJOR.$MINOR\"/" templates/ancient.tmpl |
|
|
sed -i "s/\"[0-9]\+.[0-9]\+.[0-9]\+\"/\"$MAIN.$MAJOR.$MINOR\"/" templates/patacrep-en.tmpl |
|
|
|
|
|
else |
|
|
else |
|
|
echo "keeping release version" |
|
|
echo "keeping release version" |
|
|
fi; |
|
|
fi; |
|
@ -66,6 +65,7 @@ make songbook_fr.pdf |
|
|
make songbook_en.pdf |
|
|
make songbook_en.pdf |
|
|
make lyricbook_fr.pdf |
|
|
make lyricbook_fr.pdf |
|
|
make lyricbook_en.pdf |
|
|
make lyricbook_en.pdf |
|
|
|
|
|
make clean |
|
|
|
|
|
|
|
|
git status |
|
|
git status |
|
|
|
|
|
|
|
|