Install Xorg & xorg.conf man pages even when not building docs

This commit is contained in:
Alan Coopersmith 2005-10-14 22:01:46 +00:00
parent 0676a2874a
commit 0ee70f53ef
2 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,7 @@ if DRI
DRI_SUBDIR = dri
endif
if BUILDDOCS
DOC_SUBDIR = doc
endif
SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support parser rac \

View File

@ -1,4 +1,8 @@
if BUILDDOCS
SUBDIRS = devel man sgml
else
SUBDIRS = man
endif
EXTRA_DIST = \
changelogs/CHANGELOG \