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 | 67e02555f85d8c6374bb2618391e200aa5165cea (patch) | |
tree | 3f98a420e959f4bf2594d44736a4764ae2bb85ab | |
parent | ab0d5822ee12d003c1797f78dceec00c68c06be5 (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 72bfc08..49df1d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ xpr_SOURCES = \ xpr.c \ xpr.h -dist_man_MANS = \ +dist_man1_MANS = \ xdpr.man \ xpr.man |