diff --git a/po/update_linguas.sh b/po/update_linguas.sh index a4ecbd38c12cf9cc0d019b3ecf9bb7f36d22f6c9..244ad5151d18156dcc8d02f2f5aa1a75d83912f6 100755 --- a/po/update_linguas.sh +++ b/po/update_linguas.sh @@ -18,6 +18,9 @@ fi echo "Regenerating POT file and remerging and recompiling PO files..." make update-po +# Ensure that the PO files are newer than the POT. +touch *.po + # If needed, fix a problem in the Makefile template. grep -q '^datarootdir' Makefile.in.in || \ sed -i 's/^\(datadir.*\)/datarootdir = @datarootdir@\n\1/' Makefile.in.in