OSDN Git Service

mesa: Add notes/readme files to distribution.
authorMatt Turner <mattst88@gmail.com>
Sun, 7 Dec 2014 22:12:33 +0000 (14:12 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:50 +0000 (12:11 -0800)
src/gallium/Makefile.am
src/gallium/auxiliary/Makefile.am
src/glsl/Makefile.am
src/glx/apple/Makefile.am
src/mesa/Makefile.am

index 6107ffe..d9462cb 100644 (file)
@@ -113,6 +113,7 @@ SUBDIRS += winsys/sw/wrapper
 
 EXTRA_DIST = \
        docs \
+       README.portability \
        SConscript \
        winsys/sw/android \
        winsys/sw/gdi \
index 4085e51..dda5100 100644 (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 \
index 7522f9f..565b5b6 100644 (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                               \
index 192247b..b500a45 100644 (file)
@@ -1,3 +1,5 @@
+EXTRA_DIST = RELEASE_NOTES
+
 noinst_LTLIBRARIES = libappleglx.la
 
 AM_CFLAGS = \
index 4ee8836..41e5a44 100644 (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 = \