Namdak Tonpa 9 years ago
parent
commit
2bf757befe
3 changed files with 6 additions and 5 deletions
  1. 5 4
      doc/bundles.tex
  2. 1 1
      include/mad.hrl
  3. BIN
      mad

+ 5 - 4
doc/bundles.tex

@@ -1,6 +1,6 @@
-\section{Bundles}
+\section{Container Bundles}
 
-\subsection{Single-file SCRIPT Bundles}
+\subsection{ESCRIPT Bundles}
 
 The key feature of mad is ability to create single-file bundled web sites.
 Thus making dream to boot simpler than node.js come true.
@@ -36,7 +36,7 @@ function defined, which will boot up the bundle. This function could be like tha
 \end{lstlisting}
 \vspace{1\baselineskip}
 
-\subsection{BEAM Releases}
+\subsection{BEAM ERTS Releases}
 
 As you may know you can create OTP releases with
 reltool (rebar generate) or systools (relx). mad creates releases boot
@@ -147,7 +147,8 @@ development mode because all directory structure is open and mutable,
 so you can reload modified files and perform recompilation on the fly.
 
 It uses the original code to fast resolve dependencies into the right
-boot sequence to start.
+boot sequence to start. If you want more powerful Makefile-based erlang
+package management you may take a look onto ERLANG.MK by Ninenines.
 
 \vspace{1\baselineskip}
 \begin{lstlisting}

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"0b9df8").
+-define(VERSION,"9b8533").

BIN
mad