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 | 3be3e6aaca45e0084eeb2634508d6644b1d5ce91 (patch) | |
tree | 1c5b60a0dac258f3552bf680cc1e681e7614120a | |
parent | 54f2394a17da3a991d20d35e072e7fb2ec8df81c (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 8f1ff17..3976d5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,6 @@ xprop_SOURCES = \ dsimple.h \ xprop.c -dist_man_MANS = \ +dist_man1_MANS = \ xprop.man |