Fixed names of some executable scripts

Also added shebang line to ctml_writer
This commit is contained in:
Ray Speth 2012-06-05 19:56:21 +00:00
parent 8b497e2e97
commit 96114edb46
2 changed files with 8 additions and 2 deletions

View file

@ -997,8 +997,12 @@ if 'install' in COMMAND_LINE_TARGETS:
install('$inst_datadir', mglob(env, pjoin('data','inputs'), 'cti', 'xml'))
# Converter scripts
install('$inst_bindir', 'interfaces/python/ck2cti.py')
install('$inst_bindir', 'interfaces/python/ctml_writer.py')
install(env.InstallAs,
pjoin('$inst_bindir','ck2cti2'),
'interfaces/python/ck2cti.py')
install(env.InstallAs,
pjoin('$inst_bindir','ctml_writer'),
'interfaces/python/ctml_writer.py')
### List of libraries needed to link to Cantera ###
linkLibs = ['cantera']

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
##
# @file ctml_writer.py
#