/[thuban]/trunk/thuban/po/Makefile
ViewVC logotype

Diff of /trunk/thuban/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 2814 by bernhard, Sat Jan 19 01:23:31 2008 UTC
# Line 9  MO_DIR = ../Resources/Locale Line 9  MO_DIR = ../Resources/Locale
9  PO_DIR = po  PO_DIR = po
10  DOMAIN = thuban  DOMAIN = thuban
11    
12  LIST_POTFILES = grep -l "_(\"" ../Thuban/*.py ../Thuban/*/*.py  LIST_POTFILES = grep -l "_(\"" ../Thuban/*.py ../Thuban/*/*.py ../Extensions/*/*.py
13    
14    
15  pot:  pot:
# 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    
   

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26