Doxyfile.in: fix build out-of-tree
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 2 Jan 2021 16:13:12 +0000 (17:13 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Wed, 13 Jan 2021 11:33:07 +0000 (11:33 +0000)
commitf94495154d7b8c15c8e207f76afecbe7d0aac53e
tree7fb24a508096d3957b2a32a90228c25adbec6539
parenta16e8ba455c901c9656eebf9f7c06d3dc5844e6b
Doxyfile.in: fix build out-of-tree

When doxygen is built out-of-tree, it fails to find the generated
file startup_tcl.inc:
src/openocd.c:59: warning: include file startup_tcl.inc
not found, perhaps you forgot to add its directory to
INCLUDE_PATH?

Add '@builddir@/src' to INCLUDE_PATH.

Change-Id: I51f2f6fe7224bba0f8b3db7219f9831de4e67139
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5998
Tested-by: jenkins
Doxyfile.in