From f64a7c74c350f016dbcf2594d558adf1cc4d5ae5 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 23 Feb 2017 16:48:53 +0000 Subject: [PATCH] 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 --- src/compiler/Makefile.nir.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am index f4dd8ea..13f02a7 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 -- 2.7.4