summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2002-09-06 16:09:13 +0000
committerBrendan O'Dea <bod@debian.org>2002-09-06 16:09:13 +0000
commit8dfa3d23d5b32261b75f3cec149d48a5d5f352bd (patch)
treee75f65afeadabf2e4e9746a889a1503b1e54f383 /Makefile.in
parent26ae1a56fce4f8578ca4ea787bb48405c97d1e93 (diff)
downloadhelp2man-8dfa3d23d5b32261b75f3cec149d48a5d5f352bd.tar.gz
Rename help2man.aux to .h2m to avoid clashing with tex.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 86a7dfc..65330ce 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for help2man
-# $Id: Makefile.in,v 1.4 2002-09-06 15:51:40 bod Exp $
+# $Id: Makefile.in,v 1.5 2002-09-06 16:13:05 bod Exp $
SHELL = @SHELL@
@@ -75,8 +75,8 @@ $(target): $(srcdir)/$(target).PL
$(PERL) $? --stdout >$@
chmod 555 $@
-$(target)$(manext): $(target) $(srcdir)/$(target).aux
- ./$(target) --include=$(srcdir)/$(target).aux \
+$(target)$(manext): $(target) $(srcdir)/$(target).h2m
+ ./$(target) --include=$(srcdir)/$(target).h2m \
--output=$@ ./$(target)
info: $(target).info