I've made improvements to the 2.0 branch so that CMake is used to perform the
transformations and copying of files to a build and staging directory. Since
CMake generates makefiles (or other project systems), it uses dependencies to
only do the required operations, not all of them from scratch.
https://github.com/rpavlik/evolus-pencil
With this, the cmake build dir will have an "xpi" target (built by default)
that builds an XPI, a "ffinstall" target that depends on "xpi" and runs firefox
on the generated xpi to install it. I've also started a "linux" target to
produce an xulrunner-suitable distribution.
Original issue reported on code.google.com by ryan.pav...@gmail.com on 3 Nov 2011 at 7:59
Original issue reported on code.google.com by
ryan.pav...@gmail.com
on 3 Nov 2011 at 7:59