[Matlab] Fix build warnings about Contents.m
This commit is contained in:
parent
6bf39e87c4
commit
32d5d7b8b2
3 changed files with 4 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -9,7 +9,7 @@ build/
|
|||
test/work/
|
||||
include/cantera/base/config.h
|
||||
interfaces/matlab/ctpath.m
|
||||
interfaces/matlab/toolbox/Contents.m
|
||||
interfaces/matlab/Contents.m
|
||||
stage/
|
||||
.sconsign.dblite
|
||||
.sconf_temp
|
||||
|
|
|
|||
|
|
@ -90,10 +90,9 @@ localenv.AddPreAction(target, copy_var)
|
|||
localenv.Depends(target, env['install_python2_action'])
|
||||
install('$inst_matlab_dir', target)
|
||||
|
||||
contents = localenv.SubstFile('#interfaces/matlab/toolbox/Contents.m',
|
||||
'#interfaces/matlab/toolbox/Contents.m.in')
|
||||
localenv.AddPreAction(contents, copy_var)
|
||||
localenv.Depends(contents, env['install_python2_action'])
|
||||
# 'Contents.m'
|
||||
contents = localenv.SubstFile('#interfaces/matlab/Contents.m',
|
||||
'#interfaces/matlab/Contents.m.in')
|
||||
install('$inst_matlab_dir', contents)
|
||||
|
||||
# 'cantera_demos.m'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue