mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 03:40:05 +01: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
|