From 83879c22e1634f01c0476026de6414b4a0942053 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 17 Jun 2012 22:57:33 +0200 Subject: Add missing escriptize comments --- src/rebar_escripter.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/rebar_escripter.erl b/src/rebar_escripter.erl index 6139d6e..04fb615 100644 --- a/src/rebar_escripter.erl +++ b/src/rebar_escripter.erl @@ -120,7 +120,8 @@ copy_files(Config, AppName, Temp) -> %% copy incl_apps files lists:foreach(fun(Src) -> ok = copy_files(Src, EbinDir) end, InclEbinDirs), - %% Look for a list of extra files to copy + %% Look for a list of extra files to copy. + %% For internal rebar-private use only. Do not use outside rebar. InclExtr = rebar_config:get_local(Config, escript_incl_extra, []), lists:foreach(fun({Src, Dst}) -> copy_files(Src, filename:join(Temp, Dst)) -- cgit v1.1