aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-01-04 19:55:39 +0100
committerLoïc Hoguin <[email protected]>2015-01-04 19:55:39 +0100
commita2e0f9cc31956dd1db877e72ce6ea9134400d586 (patch)
tree42a33c29428b907de3676c3f6993a25e316ee565 /README.md
parentdbd45b8540fe75017e60abfb18a2075cd9d2bc3e (diff)
parentba41fb80efcd2083d1cc98802a118d4db2c1eaf8 (diff)
downloaderlang.mk-a2e0f9cc31956dd1db877e72ce6ea9134400d586.tar.gz
erlang.mk-a2e0f9cc31956dd1db877e72ce6ea9134400d586.tar.bz2
erlang.mk-a2e0f9cc31956dd1db877e72ce6ea9134400d586.zip
Merge branch 'patch-2' of https://github.com/brigadier/erlang.mk
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b3ecbb..583462c 100644
--- a/README.md
+++ b/README.md
@@ -367,7 +367,14 @@ ErlyDTL plugin
This plugin is available by default. It adds automatic
compilation of ErlyDTL templates found in `templates/*.dtl`
-or any subdirectory.
+or any subdirectory.
+
+By default it ignores names of subdirectories and compiles
+`a/b/templatename.dtl` into `templatename_dtl.beam`. To include
+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`.
+
Escript plugin
--------------