summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index f0801bc..58bfe45 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for help2man
-# $Id: Makefile.in,v 1.22 2005-10-16 15:52:05 bod Exp $
+# $Id: Makefile.in,v 1.23 2005-10-16 16:02:39 bod Exp $
SHELL = @SHELL@
VPATH = @srcdir@
@@ -102,12 +102,14 @@ $(preload).so: $(srcdir)/$(preload).c
$(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS)
man: $(target).1
-$(target).1: $(target) $(srcdir)/$(target).h2m
+$(target).1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m
+ $(MAKE) $(target)
./$(target) --include=$(srcdir)/$(target).h2m \
--output=$@ ./$(target)
man_l10n: $(addprefix $(target).,$(addsuffix .1,$(LINGUAS)))
-$(target).%.1: $(target) $(preload).so po/%.mo $(srcdir)/$(target).%.h2m
+$(target).%.1: $(srcdir)/$(target).PL $(srcdir)/$(target).%.h2m $(srcdir)/po/%.po
+ $(MAKE) $(target) $(preload).so po/%.po
lang=$(patsubst $(target).%.1,%,$@) \
LD_PRELOAD="./$(preload).so preloadable_libintl.so" \
TEXTDOMAIN=help2man \