summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-04-28 21:16:13 -0400
committerKeith Packard <keithp@keithp.com>2011-05-13 14:08:17 -0700
commit221507e3bf6fcaa4a4c2e1bc264a1f806b4362c0 (patch)
treee6b9f7f3ad094cb9b1ef4cf8a25ceca954338115
parent9129beb507642e2414ef1f90d650572325d8c2dc (diff)
man: relocate manual pages in the man subdir outside doc
The convention is to have the manual pages in a man subdir which is not under a doc dir. The doc dir contains users docs. This will move man pages out of the way for upcoming DocBook patches. Reviewed-by Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am2
-rw-r--r--man/Makefile.am (renamed from doc/man/Makefile.am)0
-rw-r--r--man/Xserver.man (renamed from doc/man/Xserver.man)0
5 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 62c8d9501..cea140bea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,7 @@ endif
SUBDIRS = \
doc \
+ man \
include \
dix \
fb \
@@ -68,6 +69,7 @@ dist-hook: ChangeLog INSTALL
DIST_SUBDIRS = \
doc \
+ man \
include \
dix \
fb \
diff --git a/configure.ac b/configure.ac
index c6b16b5de..e23274c67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2151,10 +2151,10 @@ damageext/Makefile
dbe/Makefile
dix/Makefile
doc/Makefile
-doc/man/Makefile
doc/xml/Makefile
doc/xml/dtrace/Makefile
doc/xml/xserver.ent
+man/Makefile
fb/Makefile
record/Makefile
config/Makefile
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4c08b6f42..b9015bcf6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = man xml
+SUBDIRS = xml
dist_noinst_DATA = smartsched
diff --git a/doc/man/Makefile.am b/man/Makefile.am
index 71d704917..71d704917 100644
--- a/doc/man/Makefile.am
+++ b/man/Makefile.am
diff --git a/doc/man/Xserver.man b/man/Xserver.man
index b7259490d..b7259490d 100644
--- a/doc/man/Xserver.man
+++ b/man/Xserver.man