diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:32 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:32 +0000 |
commit | f1c3f49e3d485176406c189bab2d63ff4e783ea8 (patch) | |
tree | ca4fb8b3923aedb3e47a42ecbc3b378ec6676a5e | |
parent | f5392e64e1e83e7a0a7153445da09f808499a512 (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 be003f9..123c605 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ xvidtune_LDADD = $(XVIDTUNE_LIBS) xvidtune_SOURCES = \ xvidtune.c -dist_man_MANS = \ +dist_man1_MANS = \ xvidtune.man # App default files (*.ad) |