summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-09-28 06:59:18 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-09-28 06:59:18 +0000
commitda8f0f4f175f590b3f7956d3016c3b5322c3f4cb (patch)
tree01fc01b769f87b41e833445d43afbca0150e4ef9 /Makefile.am
parenta59e955ed2837fca38fff363889649c6117f874a (diff)
Some makes apparently have to be told about how to build makedoc.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 49a2d7cf..666eeed6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,6 +75,8 @@ pgpring_SOURCES = pgppubring.c pgplib.c lib.c extlib.c sha1dgst.c
pgpring_LDADD = @LIBOBJS@ $(INTLLIBS)
pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS)
+makedoc: makedoc.c
+
mutt_dotlock.c: dotlock.c
cp $(srcdir)/dotlock.c mutt_dotlock.c