trunk/Rakefile
Jeff Schering
jeffschering at gmail.com
Mon Jul 31 15:21:20 UTC 2006
On 7/31/06, Rocco Stanzione <grasshopper at linuxkungfu.org> wrote:
> I created a Rakefile (sort of Ruby's version of a Makefile) in trunk, with the
> idea of consolidating some existing utilities (like building and validating)
> into one place, and possibly adding some new ones. If anyone has suggestions
> for new utilities, ways to improve the existing ones, etc., I'd love to hear
> them. Conversely, if anyone things it's a bad idea and it should go away,
> I'd like to hear those arguments too.
>
If there are things which can be done with the Rakefile but can't be
done with the Makefile and other existing tools, then it might be
worth looking at. It means installing Ruby though, right?
It looks like the only additional functionality the Rakefile has is to
incorporate validation. We can do that with the existing Makefile by
adding a validate target and calling xmlint from there, bypassing
validate.sh altogether.
Cheers,
Jeff
--
Jeff Schering
GPG: F23C67E8
More information about the ubuntu-doc
mailing list