docs: Add to distribution.

This commit is contained in:
Matt Turner 2014-12-07 13:30:24 -08:00
parent 55983a1eaa
commit 0ac98e7296
3 changed files with 6 additions and 6 deletions

View File

@ -23,16 +23,15 @@ SUBDIRS = src
ACLOCAL_AMFLAGS = -I m4
doxygen:
cd doxygen && $(MAKE)
.PHONY: doxygen
# Rules for making release tarballs
PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
EXTRA_DIST = \
docs \
doxygen
EXTRA_FILES = \
aclocal.m4 \
configure \

View File

@ -51,4 +51,4 @@ if HAVE_GALLIUM
SUBDIRS += gallium
endif
EXTRA_DIST = getopt
EXTRA_DIST = egl/docs getopt

View File

@ -112,6 +112,7 @@ SUBDIRS += winsys/sw/wrapper
##
EXTRA_DIST = \
docs \
winsys/sw/android \
winsys/sw/gdi \
winsys/sw/hgl