diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:30 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:30 +0000 |
commit | f486eb03eb2281709466d8dc978b19ebe7ab7815 (patch) | |
tree | 9adf3a7a3ccd177252d7fe507268ed5ca58d706c | |
parent | 94786076dbf8b5fa7ff375c51665de58e3b6ae36 (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 973baa2..69196fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xlsatoms_LDADD = $(XLSATOMS_LIBS) xlsatoms_SOURCES = \ xlsatoms.c -dist_man_MANS = \ +dist_man1_MANS = \ xlsatoms.man |