mirror of git://git.sv.gnu.org/nano.git
build: be more specific and avoid committing accidentally changed files
This commit is contained in:
parent
8a4639cdd6
commit
8613285321
|
@ -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 &&
|
||||
|
|
Loading…
Reference in New Issue