aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript7
1 files changed, 3 insertions, 4 deletions
diff --git a/wscript b/wscript
index 13c4dbc..5fce00e 100644
--- a/wscript
+++ b/wscript
@@ -275,15 +275,14 @@ def build(bld):
if bld.env.DOCS:
bld(features = 'subst',
- source = 'Doxyfile.in',
- target = 'Doxyfile',
+ source = 'doc/reference.doxygen.in',
+ target = 'doc/reference.doxygen',
install_path = '',
- name = 'Doxyfile',
PUGL_VERSION = PUGL_VERSION,
PUGL_SRCDIR = os.path.abspath(bld.path.srcpath()))
bld(features = 'doxygen',
- doxyfile = 'Doxyfile')
+ doxyfile = 'doc/reference.doxygen')
def test(tst):