aboutsummaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 07:03:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 07:03:21 +0000
commit363e9aea9c6c1e1998bb3473dddf8f2111d5e052 (patch)
tree3529e26d7943b38b8bfa157ebb0d198cdedec566 /po/Makefile.in.in
parent5379138eb2686137d4d50bc32d2508ad56ede264 (diff)
downloadgnunet-363e9aea9c6c1e1998bb3473dddf8f2111d5e052.tar.gz
gnunet-363e9aea9c6c1e1998bb3473dddf8f2111d5e052.zip
-fixing #2991
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 5022b8b18..fef2f5ba7 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -139,7 +139,8 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
139 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ 139 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
140 --files-from=$(srcdir)/POTFILES.in \ 140 --files-from=$(srcdir)/POTFILES.in \
141 --copyright-holder='$(COPYRIGHT_HOLDER)' \ 141 --copyright-holder='$(COPYRIGHT_HOLDER)' \
142 --msgid-bugs-address="$$msgid_bugs_address" 142 --msgid-bugs-address="$$msgid_bugs_address" \
143 --from-code=UTF-8
143 test ! -f $(DOMAIN).po || { \ 144 test ! -f $(DOMAIN).po || { \
144 if test -f $(srcdir)/$(DOMAIN).pot; then \ 145 if test -f $(srcdir)/$(DOMAIN).pot; then \
145 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ 146 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \