aa5556a4bd
* Adding the missing patch fixes the breakage if not built without defining WITHOUT_MUTT_SGMLFORMAT. * Fix for if both WITH_MUTT_NNTP and WITH_MUTT_PGP_OUTLOOK_PATCH are defined. * Fix pkg-plist if WITH_MUTT_PGP_OUTLOOK_PATCH and WITH_MUTT_HTML are both defined. Submitted by: maintainer
11 lines
364 B
Text
11 lines
364 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:
|
|
+all: muttrc.man try-html try-txt try-latin1
|
|
|
|
try-html: ../makedoc
|
|
rm -f *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
|