diff options
Diffstat (limited to 'mail/mutt/files/patch-02')
-rw-r--r-- | mail/mutt/files/patch-02 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/mutt/files/patch-02 b/mail/mutt/files/patch-02 new file mode 100644 index 0000000..aa477d0 --- /dev/null +++ b/mail/mutt/files/patch-02 @@ -0,0 +1,20 @@ +--- doc/makefile.orig Thu Oct 3 16:40:44 1996 ++++ doc/makefile Tue Dec 31 05:40:21 1996 +@@ -1,10 +1,16 @@ ++fbsd: manual.latin1 manual.html ++ + all: manual.txt manual.html + + manual.txt: manual.sgml + 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 *~ |