]> granicus.if.org Git - mutt/commitdiff
Fix #1708 the brutal way, by installing multiple copies of the
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 12 Apr 2004 19:07:05 +0000 (19:07 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 12 Apr 2004 19:07:05 +0000 (19:07 +0000)
muttbug (pardon, flea) manual page.

doc/Makefile.in

index 86e6ad9124181d9e0f144e48cef74a974886219a..ba595b9c78c48942e20780624a98fc90a3ad8aff 100644 (file)
@@ -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