diff options
Diffstat (limited to 'po/makefile')
-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) |