Re: [PATCH] doc: Invoke doxygen via the defined make variable.

2014-12-05 Thread Pekka Paalanen
On Wed, 3 Dec 2014 13:44:56 +1000 Peter Hutterer wrote: > On Tue, Dec 02, 2014 at 05:54:07PM -0800, Jon A. Cruz wrote: > > Invoke doxygen via the autoconf-defined make variable instead of directly. > > This brings it in line with standard makefile practices. > > > > Signed-off-by: Jon A. Cruz >

Re: [PATCH] doc: Invoke doxygen via the defined make variable.

2014-12-02 Thread Peter Hutterer
On Tue, Dec 02, 2014 at 05:54:07PM -0800, Jon A. Cruz wrote: > Invoke doxygen via the autoconf-defined make variable instead of directly. > This brings it in line with standard makefile practices. > > Signed-off-by: Jon A. Cruz Reviewed-by: Peter Hutterer Cheers, Peter > --- > doc/doxyge

[PATCH] doc: Invoke doxygen via the defined make variable.

2014-12-02 Thread Jon A. Cruz
Invoke doxygen via the autoconf-defined make variable instead of directly. This brings it in line with standard makefile practices. Signed-off-by: Jon A. Cruz --- doc/doxygen/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/doxygen/Makefile.am b/doc/doxyg