mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-16 09:40:31 +01:00
13 lines
207 B
Makefile
13 lines
207 B
Makefile
if BUILDDOCS
|
|
SUBDIRS = devel man sgml
|
|
else
|
|
SUBDIRS = man
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
changelogs/CHANGELOG \
|
|
changelogs/CHANGELOG.ND \
|
|
changelogs/CHANGELOG.R5 \
|
|
README.DRI \
|
|
README.fonts \
|
|
README.rapidaccess
|