summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2005-10-16 15:52:05 +0000
committerBrendan O'Dea <bod@debian.org>2005-10-16 15:52:05 +0000
commita0d59844fd44a7c79e796188b8503eb0c679f601 (patch)
tree0bb052ba561b677af2e31e0f7db967d79b21b220 /Makefile.in
parente9a5f8848b7435c1ce644f363ee9a761e333dcc2 (diff)
downloadhelp2man-a0d59844fd44a7c79e796188b8503eb0c679f601.tar.gz
cosmetic
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 c02f7f9..f0801bc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for help2man
-# $Id: Makefile.in,v 1.21 2005-10-16 15:35:38 bod Exp $
+# $Id: Makefile.in,v 1.22 2005-10-16 15:52:05 bod Exp $
SHELL = @SHELL@
VPATH = @srcdir@
@@ -132,6 +132,7 @@ Makefile: $(srcdir)/Makefile.in
update-po: $(srcdir)/po/$(target).pot
for lang in $(LINGUAS); \
do \
+ echo -n "Updating $$lang "; \
msgmerge -U $(srcdir)/po/$$lang.po $(srcdir)/po/$(target).pot; \
done