aboutsummaryrefslogtreecommitdiffstats
path: root/README.legacy.md
diff options
context:
space:
mode:
authorKrzysztof Jurewicz <[email protected]>2016-03-31 17:23:50 +0200
committerKrzysztof Jurewicz <[email protected]>2016-04-03 17:17:38 +0200
commit6c4a17ee75a4bef75863b2a65842fa55f1ab43aa (patch)
tree982db630419ba40751af136e111cdb0458855564 /README.legacy.md
parent1fee577a15f5dbcc391b8f555458dad68f24afde (diff)
downloaderlang.mk-6c4a17ee75a4bef75863b2a65842fa55f1ab43aa.tar.gz
erlang.mk-6c4a17ee75a4bef75863b2a65842fa55f1ab43aa.tar.bz2
erlang.mk-6c4a17ee75a4bef75863b2a65842fa55f1ab43aa.zip
Add possibility to specify custom ErlyDTL options
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
--------------