Преглед на файлове

po: Sort domains

This should make things even more predictable.

Gbp-Dch: ignore
Julian Andres Klode преди 10 години
родител
ревизия
ae76a57a54
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      po/makefile

+ 1 - 1
po/makefile

@@ -15,7 +15,7 @@ SUBDIR=po
 include ../buildlib/defaults.mak
 include ../buildlib/defaults.mak
 
 
 CATALOGS := $(addsuffix .gmo, $(shell sed -e '/^\#/ d' -e '/^$$/ d' LINGUAS | tr '\n' ' '))
 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)))
 POTFILES := $(addsuffix .pot,$(addprefix $(PO)/,$(DOMAINS)))
 
 
 # Construct a list of all mo files for all domains under $(PO_DOMAINS)
 # Construct a list of all mo files for all domains under $(PO_DOMAINS)