mirror of git://git.sv.gnu.org/nano.git
build: ensure that also new PO files are committed to git
This commit is contained in:
parent
a5498feea6
commit
20facb40c3
|
@ -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 &&
|
||||
|
|
Loading…
Reference in New Issue