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 | 0cae2b96bff11e4926e5334416679602fd58e83d (patch) | |
tree | 40fbe6f6d4c1b7bca33a49e7df38415c38c294a2 | |
parent | 2ccb349fb788572a094bee33de4c62c49724ea4b (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 f4c2dbb..1123b61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xgamma_LDADD = $(XGAMMA_LIBS) xgamma_SOURCES = \ xgamma.c -dist_man_MANS = \ +dist_man1_MANS = \ xgamma.man |