]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* po/Makefile.in.in: Add missing escape-continuation.
authorSeth Goldberg <seth.goldberg@oracle.com>
Fri, 25 Nov 2011 13:16:44 +0000 (14:16 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 25 Nov 2011 13:16:44 +0000 (14:16 +0100)
ChangeLog
po/Makefile.in.in

index d75957f5740a567d7cb432e575b52e9a237dfa98..1b336c9422b7eadb89ea9701fdcdfe1d7314c907 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-25  Seth Goldberg <seth.goldberg@oracle.com>
+
+       * po/Makefile.in.in: Add missing escape-continuation.
+
 2011-11-25  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/fs/cpio.c (grub_cpio_dir): Handle subdirs correctly.
index b0e7b8fa25c9ebac49c7d9abdf0b99466490b20a..5a7c07c5bae6b59842e7c0e110ab9edb9322c68a 100644 (file)
@@ -165,7 +165,7 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in $(srcdir)/POTFILES-shell
              --package-version='@VERSION@' \
              --msgid-bugs-address="$$msgid_bugs_address" \
            ;; \
-       esac
+       esac; \
        case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
          '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
            $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
@@ -187,7 +187,7 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in $(srcdir)/POTFILES-shell
              --join-existing --language=Shell \
              --keyword=gettext_quoted --keyword=gettext_printf \
            ;; \
-       esac
+       esac ; \
        test ! -f $(DOMAIN).po || { \
          sed -f grub.d.sed < $(DOMAIN).po > $(DOMAIN).1po && \
          mv $(DOMAIN).1po $(DOMAIN).po; \