4a57f301ee
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
18 lines
383 B
Plaintext
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)
|