man: relocate manual pages in the man subdir outside doc
authorGaetan Nadon <memsize@videotron.ca>
Fri, 29 Apr 2011 01:16:13 +0000 (21:16 -0400)
committerKeith Packard <keithp@keithp.com>
Fri, 13 May 2011 21:08:17 +0000 (14:08 -0700)
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>
Makefile.am
configure.ac
doc/Makefile.am
man/Makefile.am [moved from doc/man/Makefile.am with 100% similarity]
man/Xserver.man [moved from doc/man/Xserver.man with 100% similarity]

index 62c8d95..cea140b 100644 (file)
@@ -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 \
index c6b16b5..e23274c 100644 (file)
@@ -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
index 4c08b6f..b9015bc 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS = man xml
+SUBDIRS = xml
 
 dist_noinst_DATA = smartsched
similarity index 100%
rename from doc/man/Makefile.am
rename to man/Makefile.am
similarity index 100%
rename from doc/man/Xserver.man
rename to man/Xserver.man