summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-13 13:25:45 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-13 13:25:45 +0200
commitd9e7cbbef13755727fa2148b37aa12c2a908ce79 (patch)
tree374013cea29a3efbdac69abdbe890eebb5d449df /cfg.mk
parentdb6489b4fae0734cf78a015b845c594aaa0d557e (diff)
downloadgnutls-d9e7cbbef13755727fa2148b37aa12c2a908ce79.tar.gz
Translation fixes.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index ffcb546ef2..ba3a9b3106 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -27,10 +27,20 @@ ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
endif
autoreconf:
+ for f in po/*.po.in; do; \
+ cp $f `echo $f | sed 's/.in//'`; \
+ done
mv build-aux/config.rpath build-aux/config.rpath-
test -f ./configure || autoreconf --install
mv build-aux/config.rpath- build-aux/config.rpath
+update-po: refresh-po
+ for f in `ls po/*.po | grep -v quot.po`; do \
+ cp $$f $$f.in; \
+ done
+ git-add po/*.po.in
+ git-commit -m "Sync with TP." po/LINGUAS po/*.po.in
+
bootstrap: autoreconf
./configure $(CFGFLAGS)