From: Christoph Sommer Date: Tue, 23 Jan 2007 16:49:40 +0000 (+0000) Subject: Sort messages.pot by file name X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=5a204278f1d8f53bd40fe6aa033821ebd6e0c9e9;p=supertux.git Sort messages.pot by file name SVN-Revision: 4664 --- diff --git a/Jamfile b/Jamfile index 7d87bfc3f..ec5e8a115 100644 --- a/Jamfile +++ b/Jamfile @@ -10,7 +10,7 @@ SubInclude TOP data ; UseAutoconf ; MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ; -XGETTEXT_FLAGS on data/locale/messages.pot += -k_ -C ; +XGETTEXT_FLAGS on data/locale/messages.pot += -k_ -C --sort-by-file ; InstallPixmap data/images/engine/icons/supertux.png data/images/engine/icons/supertux.xpm ; InstallDesktop supertux.desktop ; 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 ;