Skip to content

Commit 27415c3

Browse files
committed
Strip local path from docs correctly in out-of-source build
1 parent 77cb89e commit 27415c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docs/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DOXYGEN_CUSTOM := quantlibextra.css quantlibheader.html quantlibfooter.html
1010
DOXYGEN_INPUT := $(shell find ${top_srcdir} -name *.hpp) \
1111
$(wildcard pages/*.docs)
1212

13-
BASEPATH = @abs_top_srcdir@
13+
BASEPATH = $(shell cd @abs_top_srcdir@ && pwd)
1414

1515
.PHONY: docs docs-clean
1616

0 commit comments

Comments
 (0)