Sort messages.pot by file name
authorChristoph Sommer <mail@christoph-sommer.de>
Tue, 23 Jan 2007 16:49:40 +0000 (16:49 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Tue, 23 Jan 2007 16:49:40 +0000 (16:49 +0000)
SVN-Revision: 4664

Jamfile
data/Jamfile

diff --git a/Jamfile b/Jamfile
index 7d87bfc..ec5e8a1 100644 (file)
--- 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 ;
index b57165a..3a38739 100644 (file)
@@ -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 ;