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: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
d3adf2d935
commit
21f70cad19
|
@ -2205,7 +2205,6 @@ hw/xfree86/dixmods/Makefile
|
||||||
hw/xfree86/dixmods/extmod/Makefile
|
hw/xfree86/dixmods/extmod/Makefile
|
||||||
hw/xfree86/doc/Makefile
|
hw/xfree86/doc/Makefile
|
||||||
hw/xfree86/doc/devel/Makefile
|
hw/xfree86/doc/devel/Makefile
|
||||||
hw/xfree86/doc/man/Makefile
|
|
||||||
hw/xfree86/doc/sgml/Makefile
|
hw/xfree86/doc/sgml/Makefile
|
||||||
hw/xfree86/dri/Makefile
|
hw/xfree86/dri/Makefile
|
||||||
hw/xfree86/dri2/Makefile
|
hw/xfree86/dri2/Makefile
|
||||||
|
@ -2216,6 +2215,7 @@ hw/xfree86/fbdevhw/man/Makefile
|
||||||
hw/xfree86/i2c/Makefile
|
hw/xfree86/i2c/Makefile
|
||||||
hw/xfree86/int10/Makefile
|
hw/xfree86/int10/Makefile
|
||||||
hw/xfree86/loader/Makefile
|
hw/xfree86/loader/Makefile
|
||||||
|
hw/xfree86/man/Makefile
|
||||||
hw/xfree86/modes/Makefile
|
hw/xfree86/modes/Makefile
|
||||||
hw/xfree86/os-support/Makefile
|
hw/xfree86/os-support/Makefile
|
||||||
hw/xfree86/os-support/bsd/Makefile
|
hw/xfree86/os-support/bsd/Makefile
|
||||||
|
|
|
@ -27,17 +27,15 @@ if INT10MODULE
|
||||||
INT10_SUBDIR = int10
|
INT10_SUBDIR = int10
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DOC_SUBDIR = doc
|
|
||||||
|
|
||||||
SUBDIRS = common ddc i2c x86emu $(INT10_SUBDIR) fbdevhw os-support parser \
|
SUBDIRS = common ddc i2c x86emu $(INT10_SUBDIR) fbdevhw os-support parser \
|
||||||
ramdac shadowfb $(VBE_SUBDIR) $(VGAHW_SUBDIR) $(XAA_SUBDIR) \
|
ramdac shadowfb $(VBE_SUBDIR) $(VGAHW_SUBDIR) $(XAA_SUBDIR) \
|
||||||
loader dixmods exa modes \
|
loader dixmods exa modes \
|
||||||
$(DRI_SUBDIR) $(DRI2_SUBDIR) $(XF86UTILS_SUBDIR) $(DOC_SUBDIR)
|
$(DRI_SUBDIR) $(DRI2_SUBDIR) $(XF86UTILS_SUBDIR) doc man
|
||||||
|
|
||||||
DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
|
DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
|
||||||
parser ramdac shadowfb vbe vgahw xaa \
|
parser ramdac shadowfb vbe vgahw xaa \
|
||||||
loader dixmods dri dri2 exa modes \
|
loader dixmods dri dri2 exa modes \
|
||||||
utils doc
|
utils doc man
|
||||||
|
|
||||||
bin_PROGRAMS = Xorg
|
bin_PROGRAMS = Xorg
|
||||||
Xorg_SOURCES = xorg.c
|
Xorg_SOURCES = xorg.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS = devel man sgml
|
SUBDIRS = devel sgml
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
README.modes
|
README.modes
|
||||||
|
|
Loading…
Reference in New Issue