mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
mesa: Add notes/readme files to distribution.
This commit is contained in:
parent
a208e9b520
commit
43ac31dff0
5 changed files with 9 additions and 1 deletions
|
|
@ -113,6 +113,7 @@ SUBDIRS += winsys/sw/wrapper
|
|||
|
||||
EXTRA_DIST = \
|
||||
docs \
|
||||
README.portability \
|
||||
SConscript \
|
||||
winsys/sw/android \
|
||||
winsys/sw/gdi \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
EXTRA_DIST = RELEASE_NOTES
|
||||
|
||||
noinst_LTLIBRARIES = libappleglx.la
|
||||
|
||||
AM_CFLAGS = \
|
||||
|
|
|
|||
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue