aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-06-27 21:34:03 +0200
committerDavid Robillard <d@drobilla.net>2019-06-27 22:46:44 +0200
commitbd5d643192e189e2f4d34ecc1b93a7758cfeb583 (patch)
treec0f5083d923f0da22840caa3117b3111986eac78 /wscript
parentb0d931d600786a8988c49175c206fe758842a5ad (diff)
downloadpugl-bd5d643192e189e2f4d34ecc1b93a7758cfeb583.tar.gz
pugl-bd5d643192e189e2f4d34ecc1b93a7758cfeb583.tar.bz2
pugl-bd5d643192e189e2f4d34ecc1b93a7758cfeb583.zip
Fix documentation
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 3 insertions, 1 deletions
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')