* po/Makefile.in.in: Add missing escape-continuation.
This commit is contained in:
parent
adac52113d
commit
78845dc270
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
2011-11-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/fs/cpio.c (grub_cpio_dir): Handle subdirs correctly.
|
* grub-core/fs/cpio.c (grub_cpio_dir): Handle subdirs correctly.
|
||||||
|
|
|
@ -165,7 +165,7 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in $(srcdir)/POTFILES-shell
|
||||||
--package-version='@VERSION@' \
|
--package-version='@VERSION@' \
|
||||||
--msgid-bugs-address="$$msgid_bugs_address" \
|
--msgid-bugs-address="$$msgid_bugs_address" \
|
||||||
;; \
|
;; \
|
||||||
esac
|
esac; \
|
||||||
case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
|
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]*) \
|
'' | 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) \
|
$(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 \
|
--join-existing --language=Shell \
|
||||||
--keyword=gettext_quoted --keyword=gettext_printf \
|
--keyword=gettext_quoted --keyword=gettext_printf \
|
||||||
;; \
|
;; \
|
||||||
esac
|
esac ; \
|
||||||
test ! -f $(DOMAIN).po || { \
|
test ! -f $(DOMAIN).po || { \
|
||||||
sed -f grub.d.sed < $(DOMAIN).po > $(DOMAIN).1po && \
|
sed -f grub.d.sed < $(DOMAIN).po > $(DOMAIN).1po && \
|
||||||
mv $(DOMAIN).1po $(DOMAIN).po; \
|
mv $(DOMAIN).1po $(DOMAIN).po; \
|
||||||
|
|
Loading…
Reference in a new issue