build: be more specific and avoid committing accidentally changed files

This commit is contained in:
Benno Schulenberg 2019-04-16 10:21:24 +02:00
parent 8a4639cdd6
commit 8613285321
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ 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/^ //')" &&
git add po/*.po po/nano.pot &&
git commit -m "$(git log -1 --grep 'po: up' | grep o: | sed 's/^ //')" &&
gpg -a -b nano-$VERSION.tar.gz &&
gpg -a -b nano-$VERSION.tar.xz &&