From 92937b14c733a344d7554d2edfd449a7b4ad63ff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Aug 2019 13:16:52 +0200 Subject: Improve documentation and use LV2 documentation style --- wscript | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'wscript') 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): -- cgit v1.2.1