build: ensure that also new PO files are committed to git

master
Benno Schulenberg 2019-03-24 12:40:05 +01:00
parent a5498feea6
commit 20facb40c3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ po/update_linguas.sh &&
make distcheck && make dist-xz &&
git add po/*.po &&
git commit -a -m "$(git log -1 --grep 'po: up' | grep o: | sed 's/^ //')" &&
gpg -a -b nano-$VERSION.tar.gz &&