]> git.saurik.com Git - apt.git/blobdiff - po/makefile
Sort pot input files
[apt.git] / po / makefile
index 51472196e65cf30ac4078f31c0f12bd8ae266283..c654cb03305021ad613b019995cfc60a384da042 100644 (file)
@@ -37,10 +37,9 @@ $(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
        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_ \
        $(XGETTEXT) --default-domain=$* --directory=$(BASE) \
          --add-comments --foreign --keyword=_ --keyword=N_ \
-          # avoid the huge churn on each make update-pot
           --no-location \
          --keyword=P_:1,2 \
          --files-from=$(PO)/POTFILES_$*.in -o $(PO)/domains/$*/c.pot.tmp
           --no-location \
          --keyword=P_:1,2 \
          --files-from=$(PO)/POTFILES_$*.in -o $(PO)/domains/$*/c.pot.tmp