diff options
author | Emil Velikov <[email protected]> | 2017-02-23 16:48:53 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-24 17:36:45 +0000 |
commit | f64a7c74c350f016dbcf2594d558adf1cc4d5ae5 (patch) | |
tree | b5a01060d8a944a8c6ad075536e1436ba65872a5 /src/compiler/Makefile.nir.am | |
parent | e3ad2d40dba4bd56ac5f7b8836728a795d6f89b4 (diff) |
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.nir.am')
-rw-r--r-- | src/compiler/Makefile.nir.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |