aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt14/files/patch-01
blob: aac301ee75630ceb0e3a09abe0de93087297aef6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile.in.orig    Wed Dec 18 14:06:39 1996
+++ Makefile.in Tue Dec 31 05:41:59 1996
@@ -45,10 +45,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)