summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files/patch-02
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-08-30 12:32:59 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-08-30 12:32:59 +0000
commit4f821116fc812e736603c3a3f099a4fe0e2af355 (patch)
tree091496f49d20c6a19f5529fd88d40c04dd723b70 /mail/mutt-devel/files/patch-02
parentUpdate XFree86 libraries to 3.3.6-29, to avoid multiple security (diff)
* 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/files/patch-02')
-rw-r--r--mail/mutt-devel/files/patch-0218
1 files changed, 13 insertions, 5 deletions
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02
index c58ff2ef7c0b..05f26a83e8e3 100644
--- a/mail/mutt-devel/files/patch-02
+++ b/mail/mutt-devel/files/patch-02
@@ -1,6 +1,6 @@
--- doc/Makefile.in.orig Thu Jan 24 22:53:25 2002
-+++ doc/Makefile.in Mon Jun 24 21:29:01 2002
-@@ -61,13 +61,19 @@
++++ doc/Makefile.in Fri Aug 30 11:26:16 2002
+@@ -61,13 +61,23 @@
topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \
README NEWS TODO README.SECURITY README.SSL
@@ -20,10 +20,14 @@
+try-latin1:
+ $(MAKE) manual.latin1 || cp $(srcdir)/manual.latin1 ./
+ touch $@
++
++try-ps:
++ $(MAKE) manual.ps || cp $(srcdir)/manual.ps ./
++ touch $@
install: all instdoc
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
-@@ -87,10 +93,6 @@
+@@ -87,10 +97,6 @@
$(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \
done
$(INSTALL) -m 644 manual.txt $(DESTDIR)$(docdir) || true
@@ -34,7 +38,7 @@
uninstall:
-rm -f $(DESTDIR)$(mandir)/man1/mutt.1
-@@ -100,14 +102,17 @@
+@@ -100,17 +106,20 @@
check:
manual.txt: manual.sgml
@@ -55,4 +59,8 @@
+ sgmlfmt -f latin1 manual || true
manual.ps: manual.sgml
- sgml2latex --output=ps manual || true
+- sgml2latex --output=ps manual || true
++ sgmlfmt -f ps manual || true
+
+ clean:
+ rm -f *~ *.html *.orig *.rej stamp-doc-sgml stamp-doc-man *.ps