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 | 10db36754587a228c96f90f99a11ccad353425cc (patch) | |
tree | 5a5082b89a8ed158202b6145a6211462dbfb6a65 | |
parent | 82cf5ce8a7e191d0dc38bf5fec724e95cf5e9f05 (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 56b2a31..2a42a99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xrefresh_LDADD = $(XREFRESH_LIBS) xrefresh_SOURCES = \ xrefresh.c -dist_man_MANS = \ +dist_man1_MANS = \ xrefresh.man |