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 | 7e1c137dc842830927dcc6cd8ddf06422e5eb32a (patch) | |
tree | 749917a42871a19955779d3e22111a71215d1b21 | |
parent | 7a832df9178f26f471287b8cac3604121a635e68 (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 1eb8c17..0eecb90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,4 @@ xhost_CFLAGS = @XHOST_CFLAGS@ xhost_LDADD = @XHOST_LIBS@ -dist_man_MANS = xhost.man +dist_man1_MANS = xhost.man |