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 | 80cf9497a8c7776e67377a0d1eb623739206b695 (patch) | |
tree | 1d98f7d4a967869378a723612a67ad46e2120c5f | |
parent | 5d24389cad4d0669e1ec109a84fb0315805c0e66 (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 17b987e..256419e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ xload_SOURCES = \ xload.c \ xload.h -dist_man_MANS = \ +dist_man1_MANS = \ xload.man # App default files (*.ad) |