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 | a306faeccaf61f81229cb71c7372b83858e742ab (patch) | |
tree | 5b2c8fa281aafbb327989093b42c2cf8ec798793 /Makefile.am | |
parent | 0d78ed7e435f71fbf39083fd3234b7dcc00bfe34 (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 bda3fd5..5fc2076 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xstdcmap_LDADD = $(XSTDCMAP_LIBS) xstdcmap_SOURCES = \ xstdcmap.c -dist_man_MANS = \ +dist_man1_MANS = \ xstdcmap.man |