Re: [Openocd-development] [PATCH] Doxygen - build when SRCDIR != BLDDIR - it fails

2009-05-23 Thread Zach Welch
On Sat, 2009-05-23 at 21:22 -0400, Duane Ellis wrote: > See attached patch. > > Doxygen does not build if source dir != build dir. > This patch fixes that. Does r1901 float your boat better? It's "technically more correct", as far as I know. A PITA, but correct. ;) Cheers, Zach __

[Openocd-development] [PATCH] Doxygen - build when SRCDIR != BLDDIR - it fails

2009-05-23 Thread Duane Ellis
See attached patch. Doxygen does not build if source dir != build dir. This patch fixes that. -Duane. Index: Makefile.am === --- Makefile.am (revision 1858) +++ Makefile.am (working copy) @@ -16,7 +16,7 @@ docs: pdf html doxygen