mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
10 lines
113 B
Makefile
10 lines
113 B
Makefile
if BUILDDOCS
|
|
SUBDIRS = devel man sgml
|
|
else
|
|
SUBDIRS = man
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
README.DRI \
|
|
README.rapidaccess
|