diff options
author | Sree Harsha Totakura <totakura@in.tum.de> | 2013-08-16 12:36:05 +0000 |
---|---|---|
committer | Sree Harsha Totakura <totakura@in.tum.de> | 2013-08-16 12:36:05 +0000 |
commit | 53ec104a13f1dda8ecd0b28c3c5bf3f6e82e47e1 (patch) | |
tree | f8c9404a1fea5793054bb3231933905f73796b5e /po/Makefile.in.in | |
parent | 3b996c5c1885165f678c01ba7b704e59752aa53a (diff) |
- revert to #8472
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 14868b020..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 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address="$$msgid_bugs_address" \ - --from-code=UTF-8 + --msgid-bugs-address="$$msgid_bugs_address" test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ |