Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-11 | fixed setting `RELX_OUTPUT_DIR` from `RELX_OPTS` | Thomas Moulia | |
This fix is imperfect: it only works if `-o $DIR` are the first args in `RELX_OPTS`. It does not implicitly set the `RELX_OUTPUT_DIR` when there is an arg other than `-o`, e.g. `--dev-mode`, leading `RELX_OPTS`. | |||
2014-05-29 | Bump relx version to 1.0.2 | Kamil Kieliszczyk | |
2014-05-28 | Cut erlang.mk into many small components | Loïc Hoguin | |
* The build.config says what gets into the generated erlang.mk. * The default erlang.mk in the repository hasn't changed yet. * Clean targets were separated into "clean" and "distclean". * The "help" target was added to display some help message. I probably broke a couple things... |