> > The .y files aren't in the tarball from the download page, could > you include them in the next release ?
I am not actually a "real" smarty developer, I just contributed some code, and then left :). But for example the source code for the 3.0.8 release is available from svn, using the command > svn export http://smarty-php.googlecode.com/svn/tags/Smarty_3_0_8/ There is a simple Makefile in Smarty_3_0_8/development/Makefile . A "make all" will compile all files, and copy the compiled files into the correct place in Smarty_3_0_8/distribution . Regards, Thue

