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 | 7b3f04619ecaec58e16a68037c435363ab27f447 (patch) | |
tree | 56d6f0213f8f169e26a7c3a0c58e315aaf97a0b5 | |
parent | 63dc3c29b9f7af53efe466a7ed1476b4f4f17228 (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 808cfb3..2b5787d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xsetroot_LDADD = $(XSETROOT_LIBS) xsetroot_SOURCES = \ xsetroot.c -dist_man_MANS = \ +dist_man1_MANS = \ xsetroot.man |