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 | eb77492515f7944b530550950a0143c8fb5b45cf (patch) | |
tree | 3ea3afcff998de3969a0ce3e0f6262c00905be24 /Makefile.am | |
parent | 28253816f0a35c12ba6e5eea660e6d89424a78be (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 3ae8dbf..2a15f5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ xmessage_SOURCES = \ xmessage.c \ xmessage.h -dist_man_MANS = \ +dist_man1_MANS = \ xmessage.man # App default files (*.ad) |