On Wed, Oct 07, 2015 at 11:25:40AM +0300, Pekka Paalanen wrote: > On Tue, 6 Oct 2015 17:38:02 +0100 > Auke Booij <[email protected]> wrote: > > > The wayland scanner defines the protocol. The DTD specification is not used. > > --- > > protocol/wayland.dtd | 29 ----------------------------- > > 1 file changed, 29 deletions(-) > > delete mode 100644 protocol/wayland.dtd > > Reviewed-by: Pekka Paalanen <[email protected]>
I approve this dtd-excision, however... $ make distclean && ./autogen.sh && make && make check && make distcheck ... CCLD libtest-runner.la CCLD fixed-benchmark make[2]: *** No rule to make target `protocol/wayland.dtd', needed by `all-am'. Stop. make[2]: Leaving directory `/home/bryce/src/Wayland/wayland' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/bryce/src/Wayland/wayland' make: *** [check] Error 2 Looks like the patch needs to poke the dtd reference out of Makefile.am too. Bryce _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
