mesa: Add notes/readme files to distribution.

This commit is contained in:
Matt Turner 2014-12-07 14:12:33 -08:00
parent a208e9b520
commit 43ac31dff0
5 changed files with 9 additions and 1 deletions

View file

@ -113,6 +113,7 @@ SUBDIRS += winsys/sw/wrapper
EXTRA_DIST = \
docs \
README.portability \
SConscript \
winsys/sw/android \
winsys/sw/gdi \

View file

@ -79,6 +79,8 @@ EXTRA_DIST = \
indices/u_unfilled_indices.c \
indices/u_indices_gen.py \
indices/u_unfilled_gen.py \
postprocess/ADDING \
rbug/README \
target-helpers \
util/u_format.csv \
util/u_format_pack.py \

View file

@ -30,7 +30,7 @@ AM_CPPFLAGS = \
AM_CFLAGS = $(VISIBILITY_CFLAGS)
AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)
EXTRA_DIST = tests glcpp/tests README TODO \
EXTRA_DIST = tests glcpp/tests README TODO glcpp/README \
glsl_lexer.ll \
glsl_parser.yy \
glcpp/glcpp-lex.l \

View file

@ -1,3 +1,5 @@
EXTRA_DIST = RELEASE_NOTES
noinst_LTLIBRARIES = libappleglx.la
AM_CFLAGS = \

View file

@ -73,6 +73,9 @@ EXTRA_DIST = \
program/program_lexer.l \
program/program_parse.y \
SConscript \
swrast/NOTES \
swrast_setup/NOTES \
tnl/NOTES \
tnl_dd
BUILT_SOURCES = \