Re: [PATCH wayland 1/5] doc: Only generate Wayland documentation if xsltproc was found

2012-12-03 Thread Kristian Høgsberg
On Sat, Dec 01, 2012 at 05:33:22PM +0100, Jonas Ådahl wrote: > Instead of failing to generate documentation because xsltproc doesn't > exist, don't try to generate at all. I've picked this one and the next patch, but before going further we should figure out what to do for man pages. If we can ge

[PATCH wayland 1/5] doc: Only generate Wayland documentation if xsltproc was found

2012-12-01 Thread Jonas Ådahl
Instead of failing to generate documentation because xsltproc doesn't exist, don't try to generate at all. Signed-off-by: Jonas Ådahl --- doc/Wayland/Makefile.am |2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Wayland/Makefile.am b/doc/Wayland/Makefile.am index 53ad6ee..1d27b1a 1006