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:
Harry Moffat 2009-04-19 15:48:14 +00:00
parent f61f1c1d88
commit 8095d0e34a

View file

@ -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 )