fix build rule to handle files with spaces
authorMatthias Braun <matze@braunis.de>
Mon, 3 Apr 2006 11:51:42 +0000 (11:51 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 3 Apr 2006 11:51:42 +0000 (11:51 +0000)
SVN-Revision: 3214

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
     {