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 | ab6ef92d549e286d367889e1fdc3eca0baab6678 (patch) | |
tree | 03dfcdc700936df0c3db559fb3d51d3084b8ed63 | |
parent | a9822002d7a724ac6036401da2e6b24c4e5ddb83 (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 d8b87ea..d6eb7c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xfsinfo_LDADD = $(XFSINFO_LIBS) xfsinfo_SOURCES = \ xfsinfo.c -dist_man_MANS = \ +dist_man1_MANS = \ xfsinfo.man |