aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-20 16:06:57 +0300
committerLoïc Hoguin <[email protected]>2014-08-20 16:08:25 +0300
commit5d021bf639417c663c8d68636e89952598c51368 (patch)
tree68609b664784441e1e5b10542e9d6d14d48e1745 /README.md
parente89e4208263350f11b5ede9eae1e809401ca05af (diff)
downloaderlang.mk-5d021bf639417c663c8d68636e89952598c51368.tar.gz
erlang.mk-5d021bf639417c663c8d68636e89952598c51368.tar.bz2
erlang.mk-5d021bf639417c663c8d68636e89952598c51368.zip
Correctly handle RELX_OUTPUT_DIR1.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 42919bc..56f5c9e 100644
--- a/README.md
+++ b/README.md
@@ -322,6 +322,11 @@ You can change the generated releases location by setting
the `RELX_OUTPUT_DIR` variable. Any other option should go
in the `RELX_OPTS` variable.
+If `RELX_OPTS` includes the `-o` option (instead of using
+`RELX_OUTPUT_DIR`, then that option must be the first in
+the list, otherwise erlang.mk will fail to find it and
+will not be able to clean up the release directory.
+
Contributing
------------