diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:27 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:27 +0000 |
commit | fcfbfe0f7ddb621b1b0e99fba6b386221fb56263 (patch) | |
tree | f5faac9ee7fdae688fb019d0db9b6f350c3a7a3e | |
parent | 257b9388fc234b2f8d515124784ce9e42db6bb0d (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 2dc8fb9..28a42e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,6 @@ fonttosfnt_SOURCES += env.c fonttosfnt_CFLAGS += -DNEED_SETENV endif -dist_man_MANS = \ +dist_man1_MANS = \ fonttosfnt.man |