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>
This commit is contained in:
parent
9129beb507
commit
221507e3bf
|
@ -19,6 +19,7 @@ endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
doc \
|
doc \
|
||||||
|
man \
|
||||||
include \
|
include \
|
||||||
dix \
|
dix \
|
||||||
fb \
|
fb \
|
||||||
|
@ -68,6 +69,7 @@ dist-hook: ChangeLog INSTALL
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
doc \
|
doc \
|
||||||
|
man \
|
||||||
include \
|
include \
|
||||||
dix \
|
dix \
|
||||||
fb \
|
fb \
|
||||||
|
|
|
@ -2151,10 +2151,10 @@ damageext/Makefile
|
||||||
dbe/Makefile
|
dbe/Makefile
|
||||||
dix/Makefile
|
dix/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/man/Makefile
|
|
||||||
doc/xml/Makefile
|
doc/xml/Makefile
|
||||||
doc/xml/dtrace/Makefile
|
doc/xml/dtrace/Makefile
|
||||||
doc/xml/xserver.ent
|
doc/xml/xserver.ent
|
||||||
|
man/Makefile
|
||||||
fb/Makefile
|
fb/Makefile
|
||||||
record/Makefile
|
record/Makefile
|
||||||
config/Makefile
|
config/Makefile
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
SUBDIRS = man xml
|
SUBDIRS = xml
|
||||||
|
|
||||||
dist_noinst_DATA = smartsched
|
dist_noinst_DATA = smartsched
|
||||||
|
|
Loading…
Reference in New Issue