From f05df07f7129785ef7c1d3e073600dad937f15e3 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 12 Apr 2004 19:07:05 +0000 Subject: [PATCH] Fix #1708 the brutal way, by installing multiple copies of the muttbug (pardon, flea) manual page. --- doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 86e6ad91..ba595b9c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -75,7 +75,7 @@ install: all instdoc $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man5 ./instdoc $(srcdir)/mutt.man $(DESTDIR)$(mandir)/man1/mutt.1 ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/flea.1 - echo ".so $(mandir)/man1/flea.1" > $(DESTDIR)$(mandir)/man1/muttbug.1 + ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/muttbug.1 ./instdoc $(srcdir)/dotlock.man \ $(DESTDIR)$(mandir)/man1/mutt_dotlock.1 ./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5 -- 2.40.0