Re: [PATCH libinput v3 2/2] Added configure option for documentation build.

2014-12-18 Thread Jon A. Cruz
On 12/18/2014 02:30 PM, Peter Hutterer wrote: > > that's quite unusual. libinput.doxygen itself has no dependency on > dot or doxygen, so I don't think moving this here is helpful, it just hides > it away from a known location. ACK to the rest of the patch, I'll just move > this bit back to AC_CON

Re: [PATCH libinput v3 2/2] Added configure option for documentation build.

2014-12-18 Thread Peter Hutterer
On Thu, Dec 18, 2014 at 10:49:59AM -0800, Jon A. Cruz wrote: > Added option with fallback of 'auto' to control building of documentation. > > Signed-off-by: Jon A. Cruz > --- > configure.ac| 72 > ++--- > doc/Makefile.am | 2 +- > 2 files

[PATCH libinput v3 2/2] Added configure option for documentation build.

2014-12-18 Thread Jon A. Cruz
Added option with fallback of 'auto' to control building of documentation. Signed-off-by: Jon A. Cruz --- configure.ac| 72 ++--- doc/Makefile.am | 2 +- 2 files changed, 55 insertions(+), 19 deletions(-) diff --git a/configure.ac b/confi