diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:28 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:28 +0000 |
commit | 9d166cd88dad29d1a7994f97c9be2845dfad8386 (patch) | |
tree | fa21c54e365a0e89a06679f202df00e890f7729e | |
parent | 169502596163e720f0483a16d57affb5457265ec (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 12c8057..47e3b9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ showfont_LDADD = $(SHOWFONT_LIBS) showfont_SOURCES = \ showfont.c -dist_man_MANS = \ +dist_man1_MANS = \ showfont.man |