diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:32 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:32 +0000 |
commit | b56559798fb7b6331df16f89f9fbfe9639b5ddc4 (patch) | |
tree | b98dd10b8c5e284dfbafcdcb452034c5a04604a7 | |
parent | b4095b20c4f68779607f583938edaf30f265873a (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 4f5cb39..4af31d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xset_LDADD = $(XSET_LIBS) xset_SOURCES = \ xset.c -dist_man_MANS = \ +dist_man1_MANS = \ xset.man |