aboutsummaryrefslogtreecommitdiff
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/po/Makefile b/po/Makefile
index a1b8093..7cfb190 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -4,11 +4,11 @@ PACKAGE_VERSION = 1.0
TCLFILES = search-plugin.tcl
# these are the supported languages,
-ALL_LINGUAS = af az be bg ca cs de el en_ca en_gb es_es es_mx eu fr gd gu he hi hu it ja lt lv nl pa pt_br pt_pt ru sq sv tr vi zh_tw
+ALL_LINGUAS = de en_gb ja
POFILES = $(ALL_LINGUAS:=.po)
MSGFILES = $(ALL_LINGUAS:=.msg)
-TEMPLATE = template.pot
+TEMPLATE = search-plugin.pot
FILES = $(addprefix ../, $(TCLFILES))
# generate .msg files from the .po files
@@ -36,7 +36,7 @@ $(TEMPLATE): $(FILES)
$(POFILES): $(TEMPLATE)
touch $@
- msgmerge --sort-by-file -C /home/hans/code/pd-extended.git/po/$@ --update $@ $(TEMPLATE)
+ msgmerge --sort-by-file --update $@ $(TEMPLATE)
%.msg: %.po
msgfmt --check --tcl --locale=$* -d . $<