Namdak Tonpa 9 years ago
parent
commit
5d79168277
4 changed files with 5 additions and 3 deletions
  1. 3 1
      doc/commands.tex
  2. 1 1
      include/mad.hrl
  3. BIN
      mad
  4. 1 1
      src/mad.erl

+ 3 - 1
doc/commands.tex

@@ -46,7 +46,9 @@ Performs compilation of all known compilations backends in complilation profile
 Taking all dependecies and resolve boot sequence according to dependecy order. Storing this value in .applist.
 \vspace{1\baselineskip}
 \begin{lstlisting}
-[]
+  Ordered: [kernel,stdlib,fs,ranch,crypto,compiler,syntax_tools,
+            gproc,cowlib,cowboy,n2o,sample,active,erlydtl,jsone,
+            mad,nitro,sh]
 \end{lstlisting}
 \vspace{1\baselineskip}
 

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"26a29f").
+-define(VERSION,"9adf7e").

BIN
mad


+ 1 - 1
src/mad.erl

@@ -108,7 +108,7 @@ version() -> ?VERSION.
 help(Reason, Data) -> help(io_lib:format("~s ~p", [Reason, Data])).
 help(Msg) -> mad:info("Error: ~s~n~n", [Msg]), help().
 help() ->
-    mad:info("MAD Build Tool version ~s~n",[version()]),
+    mad:info("MAD Build Tool version 2.9 #~s~n",[version()]),
     mad:info("BNF: ~n"),
     mad:info("    invoke := mad params~n"),
     mad:info("    params := [] | run params ~n"),