projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f773b
)
create message.pot not supertux.pot
author
Matthias Braun
<matze@braunis.de>
Tue, 7 Dec 2004 18:03:03 +0000
(18:03 +0000)
committer
Matthias Braun
<matze@braunis.de>
Tue, 7 Dec 2004 18:03:03 +0000
(18:03 +0000)
SVN-Revision: 2248
Jamfile
patch
|
blob
|
history
diff --git
a/Jamfile
b/Jamfile
index
15413e1
..
4227a37
100644
(file)
--- a/
Jamfile
+++ b/
Jamfile
@@
-29,5
+29,5
@@
UseAutoconf ;
# add some additional files to package
Package INSTALL NEWS README COPYING AUTHORS ChangeLog ;
-MakePot data/locale/
supertux
.pot : $(TRANSLATABLE_SOURCES) ;
-XGETTEXT_FLAGS on data/locale/
supertux
.pot += --language=C++ ;
+MakePot data/locale/
messages
.pot : $(TRANSLATABLE_SOURCES) ;
+XGETTEXT_FLAGS on data/locale/
messages
.pot += --language=C++ ;