mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-17 10:08:07 +02:00
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.fonts \
|
|
README.rapidaccess
|