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 | 79456c023b864e06b3ab3c6c93106772286b10ae (patch) | |
tree | 37db054d40d516142f8f2dc31f91df98a7a01a94 | |
parent | 8119360377d17461578cfb26e07c98df6bbe560d (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 925aa95..4561253 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ xeyes_SOURCES = \ transform.h \ xeyes.c -dist_man_MANS = \ +dist_man1_MANS = \ xeyes.man EXTRA_DIST = eyes.bit eyesmask.bit |