diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:31 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:31 +0000 |
commit | 634f48bc62e069913e64ded9e068a9fab03f9cb9 (patch) | |
tree | 9b3aad147e7f36dafa2e292c6846ef123e30f047 | |
parent | 9c8de9a0c760ce9d06b8593182e0fab89890d229 (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 b44fabe..a2aab3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ xmore_SOURCES += \ print.h endif -dist_man_MANS = \ +dist_man1_MANS = \ xmore.man # App default files (*.ad) |