mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 02:30:06 +01:00
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
(cherry picked from commit 1805c74d9b)
10 lines
129 B
Makefile
10 lines
129 B
Makefile
if BUILDDOCS
|
|
SUBDIRS = devel man sgml
|
|
else
|
|
SUBDIRS = man
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
README.DRI \
|
|
README.modes \
|
|
README.rapidaccess
|