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 | eb44ab57c5e989429f94bb67d01abaef70b9174d (patch) | |
tree | e93763783b403879d1bff0b8e64ffe4a3e008fa2 /Makefile.am | |
parent | a1e27c9edcb4b99a0550e674dea66bd1d3111747 (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 8081200..3b77d59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,7 @@ x11perf_SOURCES = \ x11perf.c \ x11perf.h -dist_man_MANS = \ +dist_man1_MANS = \ x11pcomp.man \ x11perf.man \ Xmark.man |