Skip to content

Commit 221507e

Browse files
memsizekeith-packard
authored andcommitted
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 <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]> Signed-off-by: Keith Packard <[email protected]>
1 parent 9129beb commit 221507e

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ endif
1919

2020
SUBDIRS = \
2121
doc \
22+
man \
2223
include \
2324
dix \
2425
fb \
@@ -68,6 +69,7 @@ dist-hook: ChangeLog INSTALL
6869

6970
DIST_SUBDIRS = \
7071
doc \
72+
man \
7173
include \
7274
dix \
7375
fb \

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2151,10 +2151,10 @@ damageext/Makefile
21512151
dbe/Makefile
21522152
dix/Makefile
21532153
doc/Makefile
2154-
doc/man/Makefile
21552154
doc/xml/Makefile
21562155
doc/xml/dtrace/Makefile
21572156
doc/xml/xserver.ent
2157+
man/Makefile
21582158
fb/Makefile
21592159
record/Makefile
21602160
config/Makefile

doc/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SUBDIRS = man xml
1+
SUBDIRS = xml
22

33
dist_noinst_DATA = smartsched
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)