summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2005-10-16 16:09:57 +0000
committerBrendan O'Dea <bod@debian.org>2005-10-16 16:09:57 +0000
commit3215e129c6f02f695fdc5a94bc1608afd3428481 (patch)
tree8180d8dd7cba05fe792f349ae0e3d5daaf88675a /Makefile.in
parent5161a049ea92883ff189b11aeabcef308b5db4eb (diff)
downloadhelp2man-3215e129c6f02f695fdc5a94bc1608afd3428481.tar.gz
oops, depend on the .mo
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 0fdffde..aab0833 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for help2man
-# $Id: Makefile.in,v 1.25 2005-10-16 16:08:16 bod Exp $
+# $Id: Makefile.in,v 1.26 2005-10-16 16:09:57 bod Exp $
SHELL = @SHELL@
VPATH = @srcdir@
@@ -110,7 +110,7 @@ $(target).1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m
man_l10n: $(addprefix $(target).,$(addsuffix .1,$(LINGUAS)))
$(target).%.1: $(srcdir)/$(target).PL $(srcdir)/$(target).%.h2m $(srcdir)/po/%.po
lang=$(patsubst $(target).%.1,%,$@); \
- $(MAKE) $(target) $(preload).so po/$$lang.po && \
+ $(MAKE) $(target) $(preload).so po/$$lang.mo && \
LD_PRELOAD="./$(preload).so preloadable_libintl.so" \
TEXTDOMAIN=help2man \
./$(target) --include=$(srcdir)/$(target).$$lang.h2m \