[Templates] Replacing ttree with make

Andy Wardley abw@andywardley.com
Fri, 15 Nov 2002 13:45:24 +0000


Simon Wilcox wrote:
> I'm finding that ttree has some limitations, particularly in the single
> config file when running multiple sites.

You know you can create multiple config files?

In your .ttreerc:

   cfg = /home/abw/.ttree

Then you put config files in that directory and engage them with 
the -f option:
   
   ttree -f foobar

Or pass an absolute or explicitly relative path to -f

   ttree -f /home/abw/tmp/ttree.cfg
   ttree -f ./tmp/ttree.cfg

HTH

A