update session-utils
* use target name in help text * add options and documentation to copy-mixer
This commit is contained in:
@@ -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') + '"',
|
||||
|
||||
Reference in New Issue
Block a user