root/branches/gajim_0.9/po/Makefile
| Revision 4407, 364 bytes (checked in by nk, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | top_srcdir = ../src/ |
| 2 | NAME = gajim |
| 3 | LANGS := fr pt el pl es ru bg de nb cs nl pt_BR sv it eu sk |
| 4 | LANGDIR := $(foreach LANG, $(LANGS),$(LANG)/LC_MESSAGES/gajim.mo) |
| 5 | |
| 6 | all: $(LANGDIR) |
| 7 | |
| 8 | %.mo: %.po |
| 9 | msgfmt $< -o $@ |
| 10 | |
| 11 | gajim.pot: ../src/*py ../src/common/*py ../src/gtkgui.glade.h |
| 12 | intltool-update --pot --gettext-package=$(NAME) |
| 13 | |
| 14 | clean: |
| 15 | find . -name '*.mo' -exec rm {} \; |
Note: See TracBrowser
for help on using the browser.
