From 52231298f0db0b41dfb09d07488a0a75b1183450 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 16 Dec 2010 21:29:37 +0000 Subject: Remove documentation installation stuff (handled by autowaf.build_dox now). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2722 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index caf9326..530ce02 100644 --- a/wscript +++ b/wscript @@ -137,7 +137,6 @@ def build(bld): # Documentation autowaf.build_dox(bld, 'RAUL', RAUL_VERSION, top, out) - #bld.install_files('${HTMLDIR}', bld.path.ant_glob(out + '/default/doc/html/*')) def test(ctx): autowaf.run_tests(ctx, APPNAME, tests.split()) -- cgit v1.2.1