update session-utils

* use target name in help text
* add options and documentation to copy-mixer
This commit is contained in:
Robin Gareus
2016-06-03 17:37:05 +02:00
parent 360f87b217
commit f43ccd7321
5 changed files with 128 additions and 39 deletions

View File

@@ -48,6 +48,7 @@ def build_ardour_util(bld, util):
]
obj.defines = [
'VERSIONSTRING="' + str(bld.env['VERSION']) + '"',
'UTILNAME="' + str(pgmprefix + '-' + util) + '"',
'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
'LOCALEDIR="' + os.path.join(os.path.normpath(bld.env['DATADIR']), 'locale') + '"',