summaryrefslogtreecommitdiff
path: root/build-aux/po
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-24 05:30:54 -0700
committerKarl Berry <karl@freefriends.org>2015-10-24 05:30:54 -0700
commit937ba966ec93bc62c58a27293e817752d94a9fa8 (patch)
tree078e1412052f695c196a31a75da2e72551a10fea /build-aux/po
parent413394c43edd968b3f234aa1bcda19661c1f5c7d (diff)
downloadgnulib-937ba966ec93bc62c58a27293e817752d94a9fa8.tar.gz
autoupdate
Diffstat (limited to 'build-aux/po')
-rw-r--r--build-aux/po/Makefile.in.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/build-aux/po/Makefile.in.in b/build-aux/po/Makefile.in.in
index c36f1ad26d..fa59cf1ed9 100644
--- a/build-aux/po/Makefile.in.in
+++ b/build-aux/po/Makefile.in.in
@@ -6,7 +6,7 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#
-# Origin: gettext-0.19.5
+# Origin: gettext-0.19.6
GETTEXT_MACRO_VERSION = 0.19
PACKAGE = @PACKAGE@
@@ -195,6 +195,11 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
;; \
esac
test ! -f $(DOMAIN).po || { \
+ if test -f $(srcdir)/$(DOMAIN).pot-header; then \
+ sed -e '1,/^#$$/d' < $(DOMAIN).po > $(DOMAIN).1po && \
+ cat $(srcdir)/$(DOMAIN).pot-header $(DOMAIN).1po > $(DOMAIN).po; \
+ rm -f $(DOMAIN).1po; \
+ fi; \
if test -f $(srcdir)/$(DOMAIN).pot; then \
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \