aboutsummaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-14 20:11:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-14 20:11:52 +0000
commit8bf6559ba9efbec0a4b0221535b70bace7951bfe (patch)
tree45c18cc489b4248e79ba1c3e897a9fcf682f45b8 /po/Makefile.in.in
parent69d3d45d7fc79922b7e2a2cac60f71387c455519 (diff)
downloadgnunet-8bf6559ba9efbec0a4b0221535b70bace7951bfe.tar.gz
gnunet-8bf6559ba9efbec0a4b0221535b70bace7951bfe.zip
-fixing #2999
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index fef2f5ba7..5022b8b18 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -139,8 +139,7 @@ $(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
144 test ! -f $(DOMAIN).po || { \ 143 test ! -f $(DOMAIN).po || { \
145 if test -f $(srcdir)/$(DOMAIN).pot; then \ 144 if test -f $(srcdir)/$(DOMAIN).pot; then \
146 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ 145 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \