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 | 33bb15df1f98464203100cc71026bca16d4f1f42 (patch) | |
tree | 6e21b0067d895a6d74a59b3971b099a7b700b9c1 /Makefile.am | |
parent | 8a7081e92b71fa14864ecd1aa47d433ae25d92b7 (diff) |
Install man pages to section 1 instead of section m (Patch from DonnieXORG-6_99_99_900
Berkholz)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3f8e1ba..9f78b82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xlsclients_LDADD = $(XLSCLIENTS_LIBS) xlsclients_SOURCES = \ xlsclients.c -dist_man_MANS = \ +dist_man1_MANS = \ xlscli.man |