From bd5d643192e189e2f4d34ecc1b93a7758cfeb583 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Jun 2019 21:34:03 +0200 Subject: Fix documentation --- wscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 5b8dca3..6a8a7d1 100644 --- a/wscript +++ b/wscript @@ -1,5 +1,6 @@ #!/usr/bin/env python +import os import sys from waflib import Options, TaskGen @@ -175,7 +176,8 @@ def build(bld): target = 'Doxyfile', install_path = '', name = 'Doxyfile', - PUGL_VERSION = PUGL_VERSION) + PUGL_VERSION = PUGL_VERSION, + PUGL_SRCDIR = os.path.abspath(bld.path.srcpath())) bld(features = 'doxygen', doxyfile = 'Doxyfile') -- cgit v1.2.1