Re: [Mesa-dev] [PATCH] egl: remove docs directory from EXTRA_DIST

2016-10-17 Thread Eric Engestrom
On Sunday, 2016-10-16 21:06:25 +1100, Jonathan Gray wrote: > The egl docs directory no longer exists as of > 88b5c36fe1a1546bf633ee161a6715efc593acbd. > > Remove it from EXTRA_DIST to unbreak 'make dist' > > Signed-off-by: Jonathan Gray Reviewed-by: Eric Engestrom Tested-by: Eric Engestrom >

[Mesa-dev] [PATCH] egl: remove docs directory from EXTRA_DIST

2016-10-16 Thread Jonathan Gray
The egl docs directory no longer exists as of 88b5c36fe1a1546bf633ee161a6715efc593acbd. Remove it from EXTRA_DIST to unbreak 'make dist' Signed-off-by: Jonathan Gray --- src/egl/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 95ee6c