freebsd-ports/mail/mutt14/files/patch-01
David E. O'Brien 4a57f301ee Upgrade 0.55 to PL10.
And fix patches to version.h to say this version, rather than the last one.
Noticed by:	Andreas Klemm

Excelent patches applied so that we can produce the HTML docs using our
own SGML tools.
Submitted by:	J"org
1996-12-31 15:00:18 +00:00

18 lines
383 B
Plaintext

--- 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)