From: alex b. <en...@tu...> - 2001-09-27 18:32:58
|
> Ugh. This isn't going to be fun. > > Here's an example hurdle I just tripped over. > > > binarycloud/Makefile > - runs base/Makefile > - which installs packages into the build directory. $BUILD_DIR. > > > The build directory may be binarycloud/build/site_name8373/en/ Right. > Currently, my Makefile.in sees $BUILD_DIR as > $(BC_DIR)/build/$(BC_SITE)/$(BC_LANG) > > So if you run 'make' from binarycloud/, somehow it's supposed to know > which site and language you want to install to. Yes, you will need to parse the Languages.xml file in user/site_name/conf/Languages.xml and loop through the array of languages building the code for each language. Of course that will require you to use a php command line script, and not default makefile capabilities... _a |