Fixed another error in the make install command (that I created).

The cantera-demos directory wasn't being populated.
This commit is contained in:
Harry Moffat 2007-08-28 22:15:16 +00:00
parent b14f6d3e94
commit 7b2ccd7517

View file

@ -86,7 +86,7 @@ install:
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera/private; done )
cd cantera/examples; \
( for iddd in *.m ; do \
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera/cantera-demos; done )
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera-demos; done )
cd cantera/@ThermoPhase; \
( for iddd in *.m ; do \
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera/@ThermoPhase; done )