diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:29 +0000 |
---|---|---|
committer | Sung-Jin Park <sj76.park@samsung.com> | 2013-09-02 23:37:39 -0400 |
commit | 0658940209cd590c71f22e133e40556a1f1ab29a (patch) | |
tree | 37db054d40d516142f8f2dc31f91df98a7a01a94 | |
parent | 7a86a72f2791cdb35dab1ddb67227189149d6352 (diff) | |
download | xeyes-0658940209cd590c71f22e133e40556a1f1ab29a.tar.gz xeyes-0658940209cd590c71f22e133e40556a1f1ab29a.tar.bz2 xeyes-0658940209cd590c71f22e133e40556a1f1ab29a.zip |
Install man pages to section 1 instead of section m (Patch from Donnie Berkholz)
Change-Id: Ia0f0fb6b90ac52fa59a898731afa659f86f87e10
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 925aa95..4561253 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ xeyes_SOURCES = \ transform.h \ xeyes.c -dist_man_MANS = \ +dist_man1_MANS = \ xeyes.man EXTRA_DIST = eyes.bit eyesmask.bit |