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 | 32df10f8cd9a03fa7f68c3cc3c4fdbc12caa142a (patch) | |
tree | 3175e0975011bb10b95e7cce39c92918b941e197 | |
parent | 2aaef8f0623c84e8e4ee1ab337a0cd2835d485f4 (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 1a1ecd8..6fa921d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xkill_LDADD = $(XKILL_LIBS) xkill_SOURCES = \ xkill.c -dist_man_MANS = \ +dist_man1_MANS = \ xkill.man |