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 | 95d839f5a07fbef63001f969c1972b43219e4451 (patch) | |
tree | 5d4f7c0d20457db88feca34c4622f495044cf780 | |
parent | f7296eec10d316c0bd94999aa261d92f6c51b3e8 (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 c7a7071..844a71e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xev_LDADD = $(XEV_LIBS) xev_SOURCES = \ xev.c -dist_man_MANS = \ +dist_man1_MANS = \ xev.man |