We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cb89e commit 27415c3Copy full SHA for 27415c3
1 file changed
Docs/Makefile.am
@@ -10,7 +10,7 @@ DOXYGEN_CUSTOM := quantlibextra.css quantlibheader.html quantlibfooter.html
10
DOXYGEN_INPUT := $(shell find ${top_srcdir} -name *.hpp) \
11
$(wildcard pages/*.docs)
12
13
-BASEPATH = @abs_top_srcdir@
+BASEPATH = $(shell cd @abs_top_srcdir@ && pwd)
14
15
.PHONY: docs docs-clean
16
0 commit comments