diff options
Diffstat (limited to 'mail/mutt-devel/files/patch-02')
-rw-r--r-- | mail/mutt-devel/files/patch-02 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02 index e4113b220cdb..97d8a13ab244 100644 --- a/mail/mutt-devel/files/patch-02 +++ b/mail/mutt-devel/files/patch-02 @@ -1,3 +1,24 @@ +--- doc/Makefile.am.orig Mon Aug 14 16:06:21 2006 ++++ doc/Makefile.am Wed Aug 30 14:52:04 2006 +@@ -63,9 +63,6 @@ + $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; \ + done + -$(INSTALL) -m 644 manual.txt $(DESTDIR)$(docdir) +- -for f in $(HTML_DOCFILES) ; do \ +- $(INSTALL) -m 644 $$f $(DESTDIR)$(docdir) ; \ +- done + + uninstall-local: + for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 ; do \ +@@ -82,7 +79,7 @@ + + check: + manual.txt: manual.html +- -lynx -dump -nolist -with_backspaces $^ > $@ || w3m -dump $^ > $@ ++ -lynx -dump -nolist -with_backspaces manual.html > $@ || w3m -dump $^ > $@ + + manual.html: $(srcdir)/html.xsl stamp-doc-xml + -xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml --- doc/Makefile.in.orig1 Wed Jul 5 10:40:07 2006 +++ doc/Makefile.in Mon Jul 17 15:49:28 2006 @@ -71,7 +71,7 @@ |