1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/mutt-devel/files/patch-02
David E. O'Brien 4c20a91b11 * upgrade to 0.93.1
* use ncurses port rather than base systems -- window resizing works better
  (although not perfectly)
1998-07-17 18:52:19 +00:00

25 lines
530 B
Plaintext

--- doc/Makefile.in.orig Mon Jul 13 03:50:37 1998
+++ doc/Makefile.in Fri Jul 17 11:23:21 1998
@@ -21,6 +21,8 @@
all: manual.txt manual.html
+fbsd: manual.latin1 manual.html
+
install: mutt.man manual.txt
../mkinstalldirs $(mandir)/man1
$(INSTALL) -m 644 mutt.man $(mandir)/man1/mutt.1
@@ -36,7 +38,11 @@
sgml2txt manual
manual.html: manual.sgml
- sgml2html manual
+ # sgml2html manual
+ sgmlfmt -f html manual
+
+manual.latin1: manual.sgml
+ sgmlfmt -f latin1 manual.sgml
clean:
rm -f *~ *.html *.orig *.rej