From: Alecs K. <al...@pe...> - 2004-07-26 16:51:48
|
On Mon, Jul 26, 2004 at 12:25:16PM +0100, Simon Liang wrote: > > > > Just a Makefile and a shell script. I'm not familiar with aap and cant > > view its website (blocked?). Just glanced at the .app files in our > > project and it looked to me much like Makefiles. > > It is a better make at the least. It has buil-in webpage uploading and > ftp uploding, through python. Just played with aap for a while. Not quite impressive. IMHO, make has better dependency handling and more clearer syntax. As for built-ins, i appreciate the Make's way: let those 'high' level things be done thru outside tools. > > You can use makefile if you want to. I remember you had a 'VCD' > module in the repository. If you decided to use makefile, can you > check those scripts in? Just to keep them tracked. Done. Under VCD/VCD/htdocs/doc/, Makefile & upload.sh. PS, for those who cant view http://www.a-a-p.org, try http://a-a-p.sf.net/ Regards, -- Alecs King |