diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:29 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:29 +0000 |
commit | 05a718f11fc97f1e34cf927fd8762f8251356dcb (patch) | |
tree | 77c92863b603b87bb7ff29c499e8fb10db98a99f | |
parent | c0ecb99582a714c95282f1187c0f39acee640779 (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 d2fd021..9b780bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ xconsole_LDADD = $(XCONSOLE_LIBS) xconsole_SOURCES = \ xconsole.c -dist_man_MANS = \ +dist_man1_MANS = \ xconsole.man # App default files (*.ad) |