diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:29 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:29 +0000 |
commit | 25b5d282c0264508adbd695010632cde93f55a2f (patch) | |
tree | cd30bb5c270a874abc293e79c032c65dfa5ba1dc | |
parent | b89877374f51e8b9c83ca1aa55e246391038ffba (diff) |
Install man pages to section 1 instead of section m (Patch from DonnieXORG-6_99_99_900
Berkholz)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f034cfe..49859e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ xbiff_SOURCES = \ MailboxP.h \ xbiff.c -dist_man_MANS = \ +dist_man1_MANS = \ xbiff.man EXTRA_DIST = bitmaps/mail-down bitmaps/mail-up bitmaps/mail-down-mask bitmaps/mail-up-mask |