diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:28 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:28 +0000 |
commit | fcc214eb4c7af71599db50276f2a5573946a2943 (patch) | |
tree | fcbb0240a41773027d41e0a3f128b63bafa70b1b | |
parent | 4a76a45b8fcf5d24248af3c301e0d10b3bcd9aaa (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 bb8c5c8..c0d3072 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ listres_LDADD = $(LISTRES_LIBS) listres_SOURCES = \ listres.c -dist_man_MANS = \ +dist_man1_MANS = \ listres.man |