From a09cd232854bf608269fbe06814f32d788fb159d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Oct 2008 20:50:55 +0000 Subject: Install HTML and man page documentation according to configuration options. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1686 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b92b340..db891f7 100644 --- a/wscript +++ b/wscript @@ -114,7 +114,8 @@ def build(bld): # Documentation autowaf.build_dox(bld, 'SLV2', SLV2_VERSION, srcdir, blddir) - install_files('PREFIX', 'share/doc/slv2', blddir + '/default/doc/html/*') + install_files('HTMLDIR', '', blddir + '/default/doc/html/*') + install_files('MANDIR', 'man3', blddir + '/default/doc/man/man3/*') def shutdown(): autowaf.shutdown() -- cgit v1.2.1