/dev/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/trunk

« back to all changes in this revision

Viewing changes to setups/katrin/po/Makefile

  • Committer: Suren A. Chilingaryan
  • Date: 2012-02-07 22:44:15 UTC
  • Revision ID: csa@dside.dyndns.org-20120207224415-sy360wa1ammhd1ph
Use localization subsystem, updated Katrin configs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all: mo
 
2
 
 
3
.PHONY: messages.pot po mo
 
4
 
 
5
mo:
 
6
        for name in extra-??.po; do \
 
7
        cat=`basename $$name .po | cut -c 7-`; \
 
8
        mkdir -p $$cat/LC_MESSAGES/; \
 
9
        msgfmt -o $$cat/LC_MESSAGES/adei.mo ../../../po/$$cat.po ../../../po/extra-$$cat.po extra-$$cat.po;\
 
10
        done