[PATCH] Remove protocol/wayland.dtd

Bryce Harrington bryce at osg.samsung.com
Wed Oct 7 11:12:42 PDT 2015


On Wed, Oct 07, 2015 at 11:25:40AM +0300, Pekka Paalanen wrote:
> On Tue,  6 Oct 2015 17:38:02 +0100
> Auke Booij <auke at tulcod.com> 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 <pekka.paalanen at collabora.co.uk>

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



More information about the wayland-devel mailing list