From 10191b2fe001553a7e832d3a6d1017f9ab039c40 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Mar 2020 21:14:24 +0100 Subject: Use autowaf.build_dox to build documentation --- wscript | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 97e3b9e..8a6b158 100644 --- a/wscript +++ b/wscript @@ -335,15 +335,7 @@ def build(bld): uselib=['M', 'CAIRO']) if bld.env.DOCS: - bld(features = 'subst', - source = 'doc/reference.doxygen.in', - target = 'doc/reference.doxygen', - install_path = '', - PUGL_VERSION = PUGL_VERSION, - PUGL_SRCDIR = os.path.abspath(bld.path.srcpath())) - - bld(features = 'doxygen', - doxyfile = 'doc/reference.doxygen') + autowaf.build_dox(bld, 'PUGL', PUGL_VERSION, top, out) def test(tst): -- cgit v1.2.1