aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
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 && \