diff options
author | Jonathan Gray <[email protected]> | 2016-10-16 21:06:25 +1100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-10-18 17:06:42 +0100 |
commit | 2fc1374be6b159a3f6011bd6e99ecb720e089912 (patch) | |
tree | 2832006f56e0a4dfec25197682dd193210831d02 /src/egl/Makefile.am | |
parent | 27572db46ddff6f51773a800b2d50ad3be609a91 (diff) |
egl: remove docs directory from EXTRA_DIST
The egl docs directory no longer exists as of
88b5c36fe1a1546bf633ee161a6715efc593acbd.
Remove it from EXTRA_DIST to unbreak 'make dist'
Signed-off-by: Jonathan Gray <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Tested-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/Makefile.am')
-rw-r--r-- | src/egl/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 95ee6ccc496..304b0d3133f 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -132,6 +132,5 @@ EXTRA_DIST = \ egl-symbols-check \ SConscript \ drivers/haiku \ - docs \ main/egl.def \ main/README.txt |