diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:27 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:27 +0000 |
commit | c884539ec3cf80d489a4907ab3abdcc32f81dc4f (patch) | |
tree | 4d13725e2573df74229eb805827c45d5d53211a2 | |
parent | f24a7a29a50a871aec34900e2e65dc9f268eae53 (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 cdf24f5..b8ea526 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ fslsfonts_LDADD = $(FSLSFONTS_LIBS) fslsfonts_SOURCES = \ fslsfonts.c -dist_man_MANS = \ +dist_man1_MANS = \ fslsfonts.man |