Message ID | 50F6B62C.1080705@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Maarten On Wed, Jan 16, 2013 at 3:16 PM, Maarten Lankhorst <maarten.lankhorst@canonical.com> wrote: > 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 I will send a fix in few minutes, just need to run distcheck and friends. Regards David
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