From b8b1836a361acae43c58649bbd4b2070138ef524 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 4 May 2009 22:09:48 +0000 Subject: Strip trailing whitespace from waf scripts. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1962 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 93b42d18..9d5db587 100644 --- a/wscript +++ b/wscript @@ -62,9 +62,9 @@ def configure(conf): conf.env['DATADIR'], 'ingen')) conf.define('INGEN_MODULE_DIR', os.path.join( conf.env['LIBDIR'], 'ingen')) - + conf.write_config_header('ingen-config.h') - + autowaf.print_summary(conf) autowaf.display_header('Ingen Configuration') autowaf.display_msg(conf, "Jack", str(conf.env['HAVE_JACK'] == 1)) @@ -79,7 +79,7 @@ def build(bld): opts = Options.options opts.datadir = opts.datadir or bld.env['PREFIX'] + 'share' opts.moduledir = opts.moduledir or bld.env['PREFIX'] + 'lib/ingen' - + # Modules bld.add_subdirs('src/engine') bld.add_subdirs('src/serialisation') @@ -92,11 +92,11 @@ def build(bld): # Program bld.add_subdirs('src/ingen') - + # Documentation autowaf.build_dox(bld, 'INGEN', INGEN_VERSION, srcdir, blddir) bld.install_files('${HTMLDIR}', blddir + '/default/doc/html/*') - + # Icons icon_sizes = ['16x16', '22x22', '24x24', '32x32', '48x48'] for s in icon_sizes: -- cgit v1.2.1