diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:30 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:30 +0000 |
commit | ead3a2dc87122b8d6af79efe719362e2d7d4d697 (patch) | |
tree | 433a1c9ed3f16cb656194695243a6f5b2774db27 | |
parent | 97cfe91fdcc59406eba5fb2f085362593ea84e72 (diff) |
Install man pages to section 1 instead of section m (Patch from Donnie
Berkholz)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6a2e9f0..e4374e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ xgc_SOURCES = \ text.c \ xgc.h -dist_man_MANS = \ +dist_man1_MANS = \ xgc.man BUILT_SOURCES = gram.h |