From 86c95c3a3623f85d5436ba17db87f80a324cadf6 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sat, 12 Sep 2015 11:06:34 +0200 Subject: Sort pot input files Git-Dch: ignore --- po/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/makefile b/po/makefile index 0e52db75a..c654cb033 100644 --- a/po/makefile +++ b/po/makefile @@ -37,7 +37,7 @@ $(POTFILES) : $(PO)/%.pot : cmp --silent $(PO)/domains/$*/sh.pot.tmp $(PO)/domains/$*/sh.pot || \ mv $(PO)/domains/$*/sh.pot.tmp $(PO)/domains/$*/sh.pot # From C/C++ source - cat $(PO)/domains/$*/*.srclist > $(PO)/POTFILES_$*.in + cat $(PO)/domains/$*/*.srclist | sort > $(PO)/POTFILES_$*.in $(XGETTEXT) --default-domain=$* --directory=$(BASE) \ --add-comments --foreign --keyword=_ --keyword=N_ \ --no-location \ -- cgit v1.2.3