4f821116fc
* Add new knob WITH_MUTT_PS to build postscript doc (this in fact is an alias for WITH_MUTT_HTML, so html doc is also installed). PR: ports/42193 Submitted by: maintainer Approved by: dwcjr (mentor)
11 lines
371 B
Text
11 lines
371 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-ps
|
|
|
|
try-html: ../makedoc
|
|
rm -f *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
|