aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-14 20:16:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-14 20:16:04 +0000
commit670ef7244591123c4d6432b8a76fe8b4a9e39ee4 (patch)
tree1ccccf559e1e0798b4f132001eb31d2231ab7088 /po
parent8bf6559ba9efbec0a4b0221535b70bace7951bfe (diff)
downloadgnunet-670ef7244591123c4d6432b8a76fe8b4a9e39ee4.tar.gz
gnunet-670ef7244591123c4d6432b8a76fe8b4a9e39ee4.zip
-undo stupid gettextize overwrite
Diffstat (limited to 'po')
-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..14868b020 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 && \