It was exactly this ugliness which made me not do it.
Note: There might be yet a better way. Instead of trying each and every
time, we could detect the presence of msgfmt with something like this:
+ifeq $(shell msgfmt2 2>/dev/null >/dev/null; echo $?) = 127
+ MSGFMT = $(TCL_PATH) po/po2msg.sh
+endif
This is not tested, yet, tough,
Ciao,
Dscho
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html