summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
-rw-r--r--quilt.changes6
2 files changed, 8 insertions, 1 deletions
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,4 +1,10 @@
-------------------------------------------------------------------
+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
- quilt/scripts/patchfns.in: Drop #! stament. patchfns is meant to