diff options
author | obraun <obraun@FreeBSD.org> | 2002-08-30 12:32:59 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-08-30 12:32:59 +0000 |
commit | 9c53ce4487032f143893447ca2786642bfe8a798 (patch) | |
tree | 18380394003e33f17ce33545c10f6a1e947e037f /mail/mutt-devel/scripts | |
parent | e06418a2d55f7f4b93d6c4a79872ebe84df2b037 (diff) | |
download | FreeBSD-ports-9c53ce4487032f143893447ca2786642bfe8a798.zip FreeBSD-ports-9c53ce4487032f143893447ca2786642bfe8a798.tar.gz |
* Add postscript doc if already using sgmlformat.
* 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)
Diffstat (limited to 'mail/mutt-devel/scripts')
-rw-r--r-- | mail/mutt-devel/scripts/generate-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mutt-devel/scripts/generate-plist b/mail/mutt-devel/scripts/generate-plist index 795c505..521ba4d 100644 --- a/mail/mutt-devel/scripts/generate-plist +++ b/mail/mutt-devel/scripts/generate-plist @@ -117,6 +117,7 @@ echo "share/doc/mutt/ChangeLog.nntp" >> $tmp_first fi if [ "$MUTT_SGML" = "yes" ]; then echo "share/doc/mutt/manual.latin1" >> $tmp_first +echo "share/doc/mutt/manual.ps" >> $tmp_first fi if [ "$MUTT_HTML" = "yes" ]; then |