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 | 2eae29c6f837bd6f8ab383f0d4e61742c063291a (patch) | |
tree | 87c880d689f39c8f5aebee0a96a4fc05797661a5 | |
parent | 345a950cebdb8717e08fb878de0307a2611ba846 (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 cd2bf6a..cf0d2d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ xlogo_SOURCES += \ print.h endif -dist_man_MANS = \ +dist_man1_MANS = \ xlogo.man # App default files (*.ad) |