|
From: jason <ja...@gr...> - 2001-09-27 03:13:30
|
Ok, I'm seeing it now. I'm answering my own questions the more I
research the system. :p
I'm thinking of going about it like this:
in binarycloud/Makefile
* get a list of langs (already in place)
* get a list of sites (will do)
foreach site {
foreach lang {
do stuff
}
}
jason
>Why is there a user/htdocs/Makefile?
>Can't everything that's done here be done in user/Makefile?
>Since htdocs/ is the only directory under user/ with a make system, it
>seems out of place.
|