aboutsummaryrefslogtreecommitdiffstats
path: root/README.legacy.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-04-03 17:30:45 +0200
committerLoïc Hoguin <[email protected]>2016-04-03 17:30:45 +0200
commit35351a5e0f8c75bb3dd472cb8828548f6facd04e (patch)
treec9d377a65d917b6d0b63b83cca0d3b10068d105c /README.legacy.md
parent281b072498d555dec4766d5701dd6beae86456f1 (diff)
parent6c4a17ee75a4bef75863b2a65842fa55f1ab43aa (diff)
downloaderlang.mk-35351a5e0f8c75bb3dd472cb8828548f6facd04e.tar.gz
erlang.mk-35351a5e0f8c75bb3dd472cb8828548f6facd04e.tar.bz2
erlang.mk-35351a5e0f8c75bb3dd472cb8828548f6facd04e.zip
Merge branch 'erlydtl_opts' of https://github.com/KrzysiekJ/erlang.mk
Diffstat (limited to 'README.legacy.md')
-rw-r--r--README.legacy.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.legacy.md b/README.legacy.md
index a992977..455c5b5 100644
--- a/README.legacy.md
+++ b/README.legacy.md
@@ -74,6 +74,10 @@ subdirectories names in the compiled module name add
`DTL_FULL_PATH=1` into your Makefile - `a/b/templatename.dtl`
will be compiled into `a_b_templatename_dtl.beam`.
+Additional ErlyDTL options can be specified as a comma-separated list
+by defining the `DTL_OPTS` variable. Those options will be prepended
+to the options specified by the plugin itself.
+
Escript plugin
--------------