summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-16 21:29:37 +0000
committerDavid Robillard <d@drobilla.net>2010-12-16 21:29:37 +0000
commit51d3ef8b9f5b5e70695c58332ab75930d6da639d (patch)
tree395dfb3641c2e9edbeed0748711654d4e2521649 /wscript
parentd1347230fec58e43ab4ae753ccd8d34a4f97d1ec (diff)
downloadingen-51d3ef8b9f5b5e70695c58332ab75930d6da639d.tar.gz
ingen-51d3ef8b9f5b5e70695c58332ab75930d6da639d.tar.bz2
ingen-51d3ef8b9f5b5e70695c58332ab75930d6da639d.zip
Remove documentation installation stuff (handled by autowaf.build_dox now).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2722 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index bd9768cc..c2dc9ab3 100644
--- a/wscript
+++ b/wscript
@@ -136,7 +136,6 @@ def build(bld):
# Documentation
autowaf.build_dox(bld, 'INGEN', INGEN_VERSION, top, out)
- #bld.install_files('${HTMLDIR}', bld.path.ant_glob(out + '/default/doc/html/*'))
# Icons
icon_sizes = ['16x16', '22x22', '24x24', '32x32', '48x48']