/[thuban]/branches/WIP-pyshapelib-bramz/po/Makefile
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/po/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 671 by bh, Tue Apr 15 18:09:47 2003 UTC revision 2027 by bh, Tue Dec 16 10:29:37 2003 UTC
# Line 32  mo: Line 32  mo:
32          for po in *.po; do\          for po in *.po; do\
33                  lingua=`basename $$po .po`; \                  lingua=`basename $$po .po`; \
34                  install -d $(MO_DIR)/$$lingua/LC_MESSAGES/ ; \                  install -d $(MO_DIR)/$$lingua/LC_MESSAGES/ ; \
35                  msgfmt -o $(MO_DIR)/$$lingua/LC_MESSAGES/$(DOMAIN).mo $$po ;\                  echo -n $$po": "; \
36                    msgfmt --statistics \
37                            -o $(MO_DIR)/$$lingua/LC_MESSAGES/$(DOMAIN).mo $$po ;\
38          done          done
39    
40    
41    # A nicer way to format the statistics:
42    # make mo 2>&1 | sed -e 's/ \(messages\|translations\)//g' -e 's/\.$//'

Legend:
Removed from v.671  
changed lines
  Added in v.2027

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26