summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2005-10-16 16:06:59 +0000
committerBrendan O'Dea <bod@debian.org>2005-10-16 16:06:59 +0000
commita50696ff54275de0c8e9dcdaf83d1b0a1c150f82 (patch)
treef81ee2b707e74f0faa74f7ffdc3c4f37b091b8b8 /Makefile.in
parent03e113adcd9f9439d04d3eece87ca01e2eaa5855 (diff)
downloadhelp2man-a50696ff54275de0c8e9dcdaf83d1b0a1c150f82.tar.gz
*** empty log message ***
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 58bfe45..3f73768 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for help2man
-# $Id: Makefile.in,v 1.23 2005-10-16 16:02:39 bod Exp $
+# $Id: Makefile.in,v 1.24 2005-10-16 16:06:59 bod Exp $
SHELL = @SHELL@
VPATH = @srcdir@
@@ -109,12 +109,12 @@ $(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
- $(MAKE) $(target) $(preload).so po/%.po
- lang=$(patsubst $(target).%.1,%,$@) \
+ lang=$(patsubst $(target).%.1,%,$@); \
+ $(MAKE) $(target) $(preload).so po/$$lang.po
LD_PRELOAD="./$(preload).so preloadable_libintl.so" \
TEXTDOMAIN=help2man \
- sh -c './$(target) --include=$(srcdir)/$(target).$$lang.h2m \
- --output=$@ --locale=$$lang ./$(target)'
+ ./$(target) --include=$(srcdir)/$(target).$$lang.h2m \
+ --output=$@ --locale=$$lang ./$(target)
po/%.mo: $(srcdir)/po/%.po
test -d po || mkdir po