summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-01 20:25:32 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-01 20:25:32 +0000
commit6ec6867925ac210317e101e8dc07a3a021c589de (patch)
tree61c8bc064a0a4e3738875bb0086ba21c404267b3
parent01fd72c6b33c56cbbe10747d3f1bce9fb57f0607 (diff)
Install man pages to section 1 instead of section m (Patch from DonnieXORG-6_99_99_900
Berkholz)
-rw-r--r--xpawhelloworld/Makefile.am2
-rw-r--r--xphelloworld/Makefile.am2
-rw-r--r--xpsimplehelloworld/Makefile.am2
-rw-r--r--xpxmhelloworld/Makefile.am2
-rw-r--r--xpxthelloworld/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/xpawhelloworld/Makefile.am b/xpawhelloworld/Makefile.am
index ea9aa26..6c0bc48 100644
--- a/xpawhelloworld/Makefile.am
+++ b/xpawhelloworld/Makefile.am
@@ -27,5 +27,5 @@ xpawhelloworld_LDADD = $(XPAWHELLOWORLD_LIBS)
xpawhelloworld_SOURCES = \
xpawhelloworld.c
-dist_man_MANS = \
+dist_man1_MANS = \
xpawhelloworld.man
diff --git a/xphelloworld/Makefile.am b/xphelloworld/Makefile.am
index 8acddf8..14740d6 100644
--- a/xphelloworld/Makefile.am
+++ b/xphelloworld/Makefile.am
@@ -27,6 +27,6 @@ xphelloworld_LDADD = $(XPHELLOWORLD_LIBS)
xphelloworld_SOURCES = \
xphelloworld.c
-dist_man_MANS = \
+dist_man1_MANS = \
xphelloworld.man
diff --git a/xpsimplehelloworld/Makefile.am b/xpsimplehelloworld/Makefile.am
index 751f6ca..93e4039 100644
--- a/xpsimplehelloworld/Makefile.am
+++ b/xpsimplehelloworld/Makefile.am
@@ -27,6 +27,6 @@ xpsimplehelloworld_LDADD = $(XPSIMPLEHELLOWORLD_LIBS)
xpsimplehelloworld_SOURCES = \
xpsimplehelloworld.c
-dist_man_MANS = \
+dist_man1_MANS = \
xpsimplehelloworld.man
diff --git a/xpxmhelloworld/Makefile.am b/xpxmhelloworld/Makefile.am
index 189251b..ccbd81b 100644
--- a/xpxmhelloworld/Makefile.am
+++ b/xpxmhelloworld/Makefile.am
@@ -27,6 +27,6 @@ xpxmhelloworld_LDADD = $(XPXMHELLOWORLD_LIBS)
xpxmhelloworld_SOURCES = \
xpxmhelloworld.c
-dist_man_MANS = \
+dist_man1_MANS = \
xpxmhelloworld.man
diff --git a/xpxthelloworld/Makefile.am b/xpxthelloworld/Makefile.am
index 1da1b43..19c3989 100644
--- a/xpxthelloworld/Makefile.am
+++ b/xpxthelloworld/Makefile.am
@@ -27,6 +27,6 @@ xpxthelloworld_LDADD = $(XPXTHELLOWORLD_LIBS)
xpxthelloworld_SOURCES = \
xpxthelloworld.c
-dist_man_MANS = \
+dist_man1_MANS = \
xpxthelloworld.man