summaryrefslogtreecommitdiff
path: root/mail/mutt14/files/patch-01
blob: a2dd61b4f42ba8f480e636c0fb2b737891fffd83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile.in.orig	Fri Jan 10 12:40:23 1997
+++ Makefile.in	Mon Jan 13 01:32:39 1997
@@ -46,10 +46,13 @@
 TAINTED= curs_main.c handler.c hdrline.c init.c keymap.c main.c parse.c \
 	send.c sendlib.c
 
-all: mutt
+all: mutt docs
 
 mutt: $(OBJS)
 	$(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
+
+docs:
+	cd doc && make fbsd
 
 install: mutt
 	$(srcdir)/mkinstalldirs $(bindir)