Browse Source

apps ordering

Maxim Sokhatsky 10 years ago
parent
commit
877239de55
2 changed files with 6 additions and 2 deletions
  1. 6 2
      doc/index.tex
  2. BIN
      mad

+ 6 - 2
doc/index.tex

@@ -144,8 +144,12 @@ Specifically two kinds of directory layouts:
 \end{lstlisting}
 \vspace{1\baselineskip}
 
-Also you can create OTP releases with reltool, rebar configure or relx.
-Internally mad uses reltool to order your dependencies and generation of reltool.config.
+\subsection{Apps Ordering}
+
+As you may know you can create OTP releases with
+reltool (rebar generate) or systools (relx). mad currently
+creates releases with relx but is going to do it independently soon.
+Now it can only order applications.
 
 \vspace{1\baselineskip}
 \begin{lstlisting}

BIN
mad