Op 16-01-13 13:19, Maarten Lankhorst schreef:
> ...
> Jesse Barnes (1):
>       man: disable man page building until David saves us all
>
Looks like this commit might break building if you don't build against git 
directly, since it's not included in the tarball.

The fix for this is removing man/Makefile from configure.ac:

diff --git a/configure.ac b/configure.ac
index 10cc9a4..1776610 100644
--- a/configure.ac
+++ b/configure.ac
@@ -348,7 +348,6 @@ AC_CONFIG_FILES([
        tests/vbltest/Makefile
        include/Makefile
        include/drm/Makefile
-       man/Makefile
        libdrm.pc])
 AC_OUTPUT
 

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to