diff options
author | Julian Andres Klode <jak@debian.org> | 2015-09-14 12:35:28 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-09-15 16:48:18 +0200 |
commit | 845b201ec4ddfec159f91d3f2285fd8e6ac1df9d (patch) | |
tree | 7923371a3a2dc721a3d318af99f48b0ff636236b /po | |
parent | 86c95c3a3623f85d5436ba17db87f80a324cadf6 (diff) |
po: Sort domains
This should make things even more predictable.
Gbp-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 c654cb033..58fd3c2ce 100644 --- a/po/makefile +++ b/po/makefile @@ -15,7 +15,7 @@ SUBDIR=po include ../buildlib/defaults.mak CATALOGS := $(addsuffix .gmo, $(shell sed -e '/^\#/ d' -e '/^$$/ d' LINGUAS | tr '\n' ' ')) -DOMAINS := $(notdir $(wildcard $(PO_DOMAINS)/*)) +DOMAINS := $(sort $(notdir $(wildcard $(PO_DOMAINS)/*))) POTFILES := $(addsuffix .pot,$(addprefix $(PO)/,$(DOMAINS))) # Construct a list of all mo files for all domains under $(PO_DOMAINS) |