nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 8fef94cd7d12e666b495e1c9087d24f93d514e0a
parent 61d7ca4c419594b959368709e8cddf29ee9b29ec
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Mon, 27 Jun 2016 10:58:47 +0200

po: make the linguas script regenerate the POT file

So we don't have to remember its awkward target name.

Diffstat:
Mpo/update_linguas.sh | 11+++--------
1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/po/update_linguas.sh b/po/update_linguas.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Execute this is the po/ subdir. +# Let this be executed in the po/ subdir. cd "$(dirname "$0")" || exit echo "Updating translations via TP" @@ -15,10 +15,5 @@ if [ -n "${NEWSTUFF}" ]; then echo $(printf '%s\n' *.po | LC_ALL=C sort | sed 's/\.po//g') >>LINGUAS fi -echo "Remerging and recompiling the PO files..." -make - -#echo "Staging the files" -#git add -v nano.pot -#git add -v *.po -#git add -v LINGUAS +echo "Regenerating POT file and remerging and recompiling PO files..." +make update-po