mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 23:50:06 +01:00
9 lines
113 B
Makefile
9 lines
113 B
Makefile
if BUILDDOCS
|
|
SUBDIRS = devel man sgml
|
|
else
|
|
SUBDIRS = man
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
README.DRI \
|
|
README.rapidaccess
|