From: Emil Velikov Date: Thu, 23 Feb 2017 16:48:53 +0000 (+0000) Subject: nir: automake: add the README to the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=f64a7c74c350f016dbcf2594d558adf1cc4d5ae5;p=mesa.git nir: automake: add the README to the tarball Similar to other accompanying documentation we have in-tree. For example glsl/README. Signed-off-by: Emil Velikov Reviewed-by: Eric Anholt Reviewed-by: Andreas Boll --- diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am index f4dd8eac9d1..13f02a7fc29 100644 --- a/src/compiler/Makefile.nir.am +++ b/src/compiler/Makefile.nir.am @@ -103,4 +103,5 @@ EXTRA_DIST += \ nir/nir_opcodes_h.py \ nir/nir_opt_algebraic.py \ nir/tests \ + nir/README \ SConscript.nir