diff options
author | Michael Vogt <mvo@debian.org> | 2015-09-12 11:06:34 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-09-15 16:47:57 +0200 |
commit | 86c95c3a3623f85d5436ba17db87f80a324cadf6 (patch) | |
tree | 2b96a5a6e093ebf002603330fed7c8251d2445d2 /po | |
parent | f499067e6114526020d2d199e9dad70cae1d8bdb (diff) |
Sort pot input files
Git-Dch: ignore
Diffstat (limited to 'po')
-rw-r--r-- | po/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |