diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:28 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:28 +0000 |
commit | 14c4f695a1d952afb8b325d05d7f9b7a5b01bb00 (patch) | |
tree | 7f4b46273fda8f92f8e2137f4760e01bb6df70d5 | |
parent | 2274ee2690e5fd48926797a160a4aa2179b484b8 (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 27fecbb..785352d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ viewres_LDADD = $(VIEWRES_LIBS) viewres_SOURCES = \ viewres.c -dist_man_MANS = \ +dist_man1_MANS = \ viewres.man # App default files (*.ad) |