727d1370e3
- Update the maildir header cache patch - Change the target when extra-patches are applied from pre-configure to post-patch, so users with local patches can apply them after a "make patch" and then already applied extra-patches. PR: ports/84907 Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
11 lines
385 B
Text
11 lines
385 B
Text
--- doc/Makefile.in.orig2 Sat Feb 2 18:30:27 2002
|
|
+++ doc/Makefile.in Sat Feb 2 18:32:39 2002
|
|
@@ -60,7 +60,7 @@
|
|
topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \
|
|
README NEWS TODO README.SECURITY README.SSL
|
|
|
|
-all: mutt.1
|
|
+all: mutt.1 muttrc.man try-html try-txt try-latin1 try-ps
|
|
|
|
try-html: ../makedoc
|
|
rm -f *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
|