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 | 9f14a8229938ddb5d78adb84f1c73eaa2d399e61 (patch) | |
tree | 797d0e54cee4ba0e924b160a5c432af24d818623 | |
parent | 1ddc8445cc15cd5202de51bdf89b6f9072b44a5c (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 fdd65c0..1b00297 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,6 @@ xwd_SOURCES = \ wsutils.h \ xwd.c -dist_man_MANS = \ +dist_man1_MANS = \ xwd.man |