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 | 1eeb5a74483ae0d3f1e1dc2705a8f1448e97b109 (patch) | |
tree | 2ce622417a64e603fcae7839ab1c5e89f6ce709a | |
parent | f3b1e56ce3838f2e022557e119f470c31c319081 (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 3d28fb1..57cbb23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ xwud_LDADD = $(XWUD_LIBS) xwud_SOURCES = \ xwud.c -dist_man_MANS = \ +dist_man1_MANS = \ xwud.man |