summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_doxygen.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-04-15 09:27:05 -0400
committerPeter Foley <pefoley2@verizon.net>2013-04-15 13:20:32 -0400
commit40dbe0ffbbffcedcd820cb4ccd856a524a55d833 (patch)
tree6c563a15c2d63a9206acd1e2c00831e92eb3f32c /odk/CustomTarget_doxygen.mk
parentf3a0a68e878f9d9860797e4cd9e95527495e397e (diff)
adapt doxygen to INSTDIR
Change-Id: Iedb7f0c8e598b6b4387b0622ae5d8804a03eabb3
Diffstat (limited to 'odk/CustomTarget_doxygen.mk')
-rw-r--r--odk/CustomTarget_doxygen.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/CustomTarget_doxygen.mk b/odk/CustomTarget_doxygen.mk
index df401f93f495..8820dd062ed8 100644
--- a/odk/CustomTarget_doxygen.mk
+++ b/odk/CustomTarget_doxygen.mk
@@ -29,7 +29,7 @@ odk_INCFILELIST := com/sun/star/uno/Any.h \
# Cygwin Doxygen needs unix paths
DOXY_INPUT := $(SRCDIR)/odk/pack/gendocu/main.dox $(SRCDIR)/sal/inc/sal/log-areas.dox \
- $(addprefix $(OUTDIR)/inc/,$(odk_INCDIRLIST) $(odk_INCFILELIST))
+ $(addprefix $(INSTDIR)/$(gb_Package_SDKDIRNAME)/include/,$(odk_INCDIRLIST) $(odk_INCFILELIST))
DOXY_INPUT := $(if $(filter WNT,$(OS)),$(shell cygpath -u $(DOXY_INPUT)),$(DOXY_INPUT))
DOXY_WORKDIR := $(if $(filter WNT,$(OS)),$(shell cygpath -u $(odk_WORKDIR)/docs/cpp/ref),$(odk_WORKDIR)/docs/cpp/ref)
DOXY_STRIP_PATH := $(if $(filter WNT,$(OS)),$(shell cygpath -u $(OUTDIR)/inc),$(OUTDIR)/inc)