projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd303a1
)
fix build rule to handle files with spaces
author
Matthias Braun
<matze@braunis.de>
Mon, 3 Apr 2006 11:51:42 +0000
(11:51 +0000)
committer
Matthias Braun
<matze@braunis.de>
Mon, 3 Apr 2006 11:51:42 +0000
(11:51 +0000)
SVN-Revision: 3214
Jamrules
patch
|
blob
|
history
diff --git
a/Jamrules
b/Jamrules
index
2e3d6b0
..
920185f
100644
(file)
--- a/
Jamrules
+++ b/
Jamrules
@@
-52,7
+52,7
@@
if $(XGETTEXT) != ""
{
actions XGetText
{
- $(XGETTEXT) $(XGETTEXT_FLAGS) --keyword='_:1' -o $(<)
$(>)
+ $(XGETTEXT) $(XGETTEXT_FLAGS) --keyword='_:1' -o $(<)
"$(>)"
}
rule MakePot
{