diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:27 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:27 +0000 |
commit | f2b72b79fbac8ed885d1cb8823cc500a91aa7408 (patch) | |
tree | a47bb13c337cad7c114678c3d499533d04bdda8a | |
parent | c6545e9800143613082d86cb3f428fc06e00fa09 (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 560e2c0..d8f2a25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,5 +27,5 @@ appres_LDADD = $(APPRES_LIBS) appres_SOURCES = \ appres.c -dist_man_MANS = \ +dist_man1_MANS = \ appres.man |