X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FJamfile;h=3a387392f1e92669e1904f9c06407013e6d97134;hb=0078f351e60d0ac009e26c0974f01221be4f5a3e;hp=b57165adf3cb016d3315edcb29d3fa511479bd8b;hpb=959f514b78262ae6b276821bc61864fa6967b97c;p=supertux.git diff --git a/data/Jamfile b/data/Jamfile index b57165adf..3a387392f 100644 --- a/data/Jamfile +++ b/data/Jamfile @@ -44,7 +44,7 @@ for p in $(LEVELPATHS) { SEARCH on $(translatable_lisp) = $(SEARCH_SOURCE) ; SEARCH on $(translatable_squirrel) = $(SEARCH_SOURCE) ; MakePot $(SUBDIR)/$(p)/messages.pot : $(translatable_lisp) ; - XGETTEXT_FLAGS on $(SUBDIR)/$(p)/messages.pot += --keyword='_:1' --language=Lisp ; + XGETTEXT_FLAGS on $(SUBDIR)/$(p)/messages.pot += --keyword='_:1' --language=Lisp --sort-by-file ; } InstallData [ Wildcard *.txt *.po ] ; InstallData [ Wildcard music : *.ogg ] : music ;