Maxim Sokhatsky 10 years ago
parent
commit
02a4d8f918
1 changed files with 9 additions and 1 deletions
  1. 9 1
      doc/index.tex

+ 9 - 1
doc/index.tex

@@ -144,5 +144,13 @@ Specifically two kinds of directory layouts:
 \vspace{1\baselineskip}
 
 Also you can create OTP releases with reltool, rebar configure or relx.
-Internally mad uses reltool to order your dependencies.
+Internally mad uses reltool to order your dependencies and generation of reltool.config.
 
+\vspace{1\baselineskip}
+\begin{lstlisting}
+    # mad plan
+    Ordered: [kernel,stdlib,mnesia,kvs,crypto,cowlib,ranch,
+              cowboy,compiler,syntax_tools,erlydtl,gproc,
+              xmerl,n2o,n2o_sample,fs,active,mad,rest,sh]
+\end{lstlisting}
+\vspace{1\baselineskip}