mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
committed by
Keith Packard
parent
9129beb507
commit
221507e3bf
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
SUBDIRS = man xml
|
||||
SUBDIRS = xml
|
||||
|
||||
dist_noinst_DATA = smartsched
|
||||
|
||||
Reference in New Issue
Block a user