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 | d303b10308917f2b27764c8d945e387b98041c73 (patch) | |
tree | 0f0bba821387e547c42a699ba18bc2956fdf3921 | |
parent | ac92d88a46f30c3d1dc2aea9e4c4cfe628e75bb3 (diff) |
Install man pages to section 1 instead of section m (Patch from Donnie
Berkholz)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4ae9884..2c2d467 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xf86dga_LDADD = $(XF86DGA_LIBS) xf86dga_SOURCES = \ dga.c -dist_man_MANS = \ +dist_man1_MANS = \ dga.man |