Author: doogie
Date: 2003-02-09 23:44:30 GMT
Add a stats target(hi joy).
mkdir -p $(LOCALE)/$(notdir $*)/LC_MESSAGES/
cp $@ $(LOCALE)/$(notdir $*)/LC_MESSAGES/$(call GETDOMAIN,$*).mo
mkdir -p $(LOCALE)/$(notdir $*)/LC_MESSAGES/
cp $@ $(LOCALE)/$(notdir $*)/LC_MESSAGES/$(call GETDOMAIN,$*).mo
+stats:
+ for i in *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done
+
binary: $(POTFILES) $(PO)/$(PACKAGE)-all.pot $(MOFILES)
clean: clean/local
binary: $(POTFILES) $(PO)/$(PACKAGE)-all.pot $(MOFILES)
clean: clean/local