projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b725762
)
install po files as well
author
Matthias Braun
<matze@braunis.de>
Fri, 10 Dec 2004 23:44:23 +0000
(23:44 +0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 10 Dec 2004 23:44:23 +0000
(23:44 +0000)
SVN-Revision: 2253
data/Jamfile
patch
|
blob
|
history
diff --git
a/data/Jamfile
b/data/Jamfile
index
35c4b51
..
923d1b8
100644
(file)
--- a/
data/Jamfile
+++ b/
data/Jamfile
@@
-35,7
+35,7
@@
LEVELPATHS =
;
for p in $(LEVELPATHS) {
- InstallData [ Wildcard $(p) : info *.stl *.stwm *.txt ] : $(p) ;
+ InstallData [ Wildcard $(p) : info *.stl *.stwm *.txt
*.po
] : $(p) ;
local translatable_lisp = [ Wildcard $(p) : info *.stl *.stwm *.txt ] ;
SEARCH on $(translatable_lisp) = $(SEARCH_SOURCE) ;