aboutsummaryrefslogtreecommitdiff
path: root/aminclude.am
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-09-04 20:47:55 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-09-07 00:45:11 +0400
commit88c6e096bc0084c901082e7a863169674fbea035 (patch)
tree65ba735fa4db3358b800ad0b66ab2e3285473937 /aminclude.am
parentc8eb3e9130f8dcab2aa83cb1ee2071a9ad9276ac (diff)
enable building doxygen per platform
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-Tested-by: Stuart Haslam <stuart.haslam@arm.com> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'aminclude.am')
-rw-r--r--aminclude.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/aminclude.am b/aminclude.am
index 8e031740..a8ce032d 100644
--- a/aminclude.am
+++ b/aminclude.am
@@ -148,7 +148,11 @@ doxygen-doc: doxygen-html $(DX_PS_GOAL) $(DX_PDF_GOAL)
@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
rm -rf @DX_DOCDIR@
+ @mkdir -p @DX_DOCDIR@/api_headers
+ @cp ${srcdir}/platform/linux-generic/include/api/odp_*.h @DX_DOCDIR@/api_headers
+ @cp ${srcdir}/platform/${with_platform}/include/api/odp_*.h @DX_DOCDIR@/api_headers
$(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
+ @rm -rf @DX_DOCDIR@/api_headers
DX_CLEANFILES = \
@DX_DOCDIR@/@PACKAGE@.tag \