/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: 2014-01-25 16:38:03 UTC
  • Revision ID: csa@dside.dyndns.org-20140125163803-mhmpyk4dpzz7qabw
Detach setups

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