From a9818f475db316b5cba773a335c74a4f7a2f0fcb Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 18 Mar 2011 11:56:23 +0100 Subject: Fix i18n of quilt/scripts/patchfns (Broken by previous commit, sorry.) --- Makefile.in | 3 ++- quilt.changes | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9502ea5..8d95a6e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,7 +174,8 @@ po/quilt.pot: $(filter-out debian/control.in doc/quilt.1.in \ $(wildcard */*/*.in)) rm -f po/quilt.pot; touch po/quilt.pot for file in $+ ; do \ - if test -n "`$(SED) -ne '1{ /@BASH''@/p }' $$file`"; then \ + if test -n "`$(SED) -ne '1{ /@BASH''@/p }' $$file`" \ + -o "$$file" = quilt/scripts/patchfns.in; then \ $(BASH) --dump-po-strings $$file ; \ elif test -n "`$(SED) -ne '1{ /@PERL''@/p }' $$file`"; then \ $(XGETTEXT) --from-code=UTF-8 --omit-header --language=Perl \ diff --git a/quilt.changes b/quilt.changes index 28b29ac..e9ca757 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 18 11:55:17 CET 2011 - jdelvare@suse.de + +- Makefile.in: Fix i18n of quilt/scripts/patchfns, broken by + previous commit. + ------------------------------------------------------------------- Wed Mar 16 19:17:18 CET 2011 - jdelvare@suse.de -- cgit