summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2005-10-16 16:08:16 +0000
committerBrendan O'Dea <bod@debian.org>2005-10-16 16:08:16 +0000
commit5161a049ea92883ff189b11aeabcef308b5db4eb (patch)
tree6f383515327aea6ba5b5c246e58e07eb836af6db /Makefile.in
parenta50696ff54275de0c8e9dcdaf83d1b0a1c150f82 (diff)
downloadhelp2man-5161a049ea92883ff189b11aeabcef308b5db4eb.tar.gz
*** empty log message ***
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 3f73768..0fdffde 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for help2man
-# $Id: Makefile.in,v 1.24 2005-10-16 16:06:59 bod Exp $
+# $Id: Makefile.in,v 1.25 2005-10-16 16:08:16 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.po && \
LD_PRELOAD="./$(preload).so preloadable_libintl.so" \
TEXTDOMAIN=help2man \
./$(target) --include=$(srcdir)/$(target).$$lang.h2m \