7a418f67c2
Certificate Chain Security Bypass vulnerability). - added a couple of post-1.5.20 patches from upstream for regressions - cleanup the port's handling of sample config files testing by Simon Kuhnle, Edd Barrett, testing and ok landry@.
24 lines
933 B
Plaintext
24 lines
933 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.9 2009/06/16 09:37:19 sthen Exp $
|
|
--- doc/Makefile.in.orig Tue Jun 9 07:50:43 2009
|
|
+++ doc/Makefile.in Mon Jun 15 21:06:12 2009
|
|
@@ -517,7 +517,7 @@ uninstall-am: uninstall-local
|
|
|
|
all: makedoc-all
|
|
|
|
-makedoc-all: mutt.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt
|
|
+makedoc-all: mutt.1 muttrc.man stamp-doc-rc
|
|
|
|
install-data-local: makedoc-all instdoc
|
|
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
|
|
@@ -627,8 +627,8 @@ update-doc: stamp-doc-xml stamp-doc-chunked stamp-doc-
|
|
|
|
muttrc.man: makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
|
|
$(MAKEDOC_CPP) $(top_srcdir)/init.h | ./makedoc$(EXEEXT) -m | \
|
|
- cat $(srcdir)/muttrc.man.head - $(srcdir)/muttrc.man.tail\
|
|
- > muttrc.man
|
|
+ cat $(srcdir)/muttrc.man.head - $(srcdir)/muttrc.man.tail | \
|
|
+ /usr/bin/tbl > muttrc.man
|
|
|
|
mutt.1: $(srcdir)/mutt.man
|
|
$(EDIT) $(srcdir)/mutt.man > $@
|