aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt/files/patch-01
blob: 6361818815114a59a2a8098884136e546f5e2820 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile.in.orig    Mon Jan 27 18:15:59 1997
+++ Makefile.in Wed Jan 29 07:23:40 1997
@@ -72,10 +72,13 @@
    sendlib.c \
    url.c
 
-all: mutt
+all: mutt docs
 
 mutt: $(OBJS) $(REGEX)
    $(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
+
+docs:
+   cd doc && make fbsd
 
 install: mutt
    $(srcdir)/mkinstalldirs $(bindir)