Re: [PATCH wayland] man: fix compilation without xsltproc

2012-09-26 Thread Kristian Høgsberg
On Wed, Sep 26, 2012 at 04:41:50PM +0200, David Herrmann wrote: > We really shouldn't add the man-pages when HAVE_XSLTPROC is not true so > move it into the if-clause. > But declare the automake-variables outside of the if-clause to avoid > automake complaints. Thanks, committed. Kristian > Sign

[PATCH wayland] man: fix compilation without xsltproc

2012-09-26 Thread David Herrmann
We really shouldn't add the man-pages when HAVE_XSLTPROC is not true so move it into the if-clause. But declare the automake-variables outside of the if-clause to avoid automake complaints. Signed-off-by: David Herrmann --- doc/man/Makefile.am | 14 +- 1 file changed, 9 insertions(+)