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 | 9648bcddee6779eed395d60f17a13bcf13fa9042 (patch) | |
tree | 631cbf56117cb35af8d61007df903e14afef5e73 | |
parent | cdd93a4e3c1dac5f23ad21c5fac4fbc054e0a42d (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 b688ad6..ada715c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ xcalc_SOURCES = \ xcalc.c \ xcalc.h -dist_man_MANS = \ +dist_man1_MANS = \ xcalc.man # App default files (*.ad) |