[mousetrap/gnome3-wip: 196/240] make mofiles uses msgfmt instead of msgfmt.py



commit 0e7196ac634a1582492fa940f65cd174930b7d55
Author: Kevin Brown <kevin kevinbrown in>
Date:   Sat Jun 28 13:37:43 2014 -0400

    make mofiles uses msgfmt instead of msgfmt.py
    
    We can't guarantee that `msgfmt.py` is present on user's systems,
    but we can guarantee that the standard `msgfmt` is.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 721b2bd..09043d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -116,7 +116,7 @@ MO_FILES := $(PO_FILES:.po=.mo)
 mofiles: $(PO_FILES) $(MO_FILES)
 
 %.mo: %.po
-       msgfmt.py "$<"
+       msgfmt "$<" --output-file "$@"
 
 
 ##############################################################################


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]