diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:33 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:33 +0000 |
commit | f28d1be9fffa0e097e1ec9aaa3d01e1fe6d0b110 (patch) | |
tree | 81e44a135057ce9a673b9567fa6e79f98749b02f | |
parent | 80b9cf38d93c5eafcec8e3309b24af33550af781 (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 0da718d..59b8f34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xvinfo_LDADD = $(XVINFO_LIBS) xvinfo_SOURCES = \ xvinfo.c -dist_man_MANS = \ +dist_man1_MANS = \ xvinfo.man |