summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2011-03-18 11:56:23 +0100
committerJean Delvare <jdelvare@suse.de>2011-03-18 11:56:23 +0100
commita9818f475db316b5cba773a335c74a4f7a2f0fcb (patch)
tree71fa921bb269128ce6071f12291ec77b61433d4e /Makefile.in
parent8bd1d349f7dfdcc191d915fd3d4ab50d604bc0d2 (diff)
downloadquilt-a9818f475db316b5cba773a335c74a4f7a2f0fcb.tar.gz
Fix i18n of quilt/scripts/patchfns
(Broken by previous commit, sorry.)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 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 \