Put the tutorials in the same spot as the other matlab stuff.
It now aggrees with the message that the user sees after the install.
This commit is contained in:
parent
f61f1c1d88
commit
8095d0e34a
1 changed files with 4 additions and 1 deletions
|
|
@ -168,9 +168,12 @@ install:
|
|||
cd cantera/1D/@Stack/private; \
|
||||
( for iddd in *.m ; do \
|
||||
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera/1D/@Stack/private; done )
|
||||
@INSTALL@ -d @prefix@/matlab/toolbox/cantera/cantera-tutorials
|
||||
( for iddd in cantera/tutorial/*.m ; do \
|
||||
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera-tutorials; done )
|
||||
@INSTALL_abs@ -d @ct_demodir@/matlab
|
||||
( for iddd in cantera/examples/*.m ; do \
|
||||
@INSTALL_abs@ -c $${iddd} @ct_demodir@/matlab; done )
|
||||
@INSTALL_abs@ -c $${iddd} @ct_demodir@/matlab; done )
|
||||
@INSTALL@ -d @ct_tutdir@/matlab
|
||||
( for iddd in cantera/tutorial/*.m ; do \
|
||||
@INSTALL_abs@ -c $${iddd} @ct_tutdir@/matlab; done )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue