summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-09-14 12:35:28 +0200
committerJulian Andres Klode <jak@debian.org>2015-09-14 12:35:28 +0200
commitae76a57a54bab52df788250b178d4e24e89d81fb (patch)
treebfeb4d9ca79a9fdb4fd45d0c06bcd781bbba3b0c
parent0819e7f359be303a69f9a4322176a9312aede7b0 (diff)
po: Sort domains
This should make things even more predictable. Gbp-Dch: ignore
-rw-r--r--po/makefile2
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)