diff options
Diffstat (limited to 'articles/erlang.mk-and-relx')
-rw-r--r-- | articles/erlang.mk-and-relx/index.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/articles/erlang.mk-and-relx/index.html b/articles/erlang.mk-and-relx/index.html index edc48e3e..7075604a 100644 --- a/articles/erlang.mk-and-relx/index.html +++ b/articles/erlang.mk-and-relx/index.html @@ -7,7 +7,7 @@ <meta name="description" content=""> <meta name="author" content="Loïc Hoguin based on a design from (Soft10) Pol Cámara"> - <meta name="generator" content="Hugo 0.30.2" /> + <meta name="generator" content="Hugo 0.37.1" /> <title>Nine Nines: Build Erlang releases with Erlang.mk and Relx</title> @@ -96,7 +96,7 @@ it will be a pretty small one.</p></div> Makefile. There is only one thing required: defining the project name.</p></div> <div class="listingblock"> -<div class="content"><!-- Generator: GNU source-highlight 3.1.8 +<div class="content"><!-- Generator: GNU source-highlight by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> @@ -110,7 +110,7 @@ more. It will even compile your <em>.dtl</em> files found in the <div class="paragraph"><p>Let’s now take a look at a simplified version of the Makefile for this website. I only removed a few targets that were off-topic.</p></div> <div class="listingblock"> -<div class="content"><!-- Generator: GNU source-highlight 3.1.8 +<div class="content"><!-- Generator: GNU source-highlight by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> @@ -140,7 +140,7 @@ application and its dependencies, this way.</p></div> Relx to build a release into the <em>rel/ninenines/</em> directory. Let’s take a look at the configuration file for this release.</p></div> <div class="listingblock"> -<div class="content"><!-- Generator: GNU source-highlight 3.1.8 +<div class="content"><!-- Generator: GNU source-highlight by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> @@ -195,6 +195,10 @@ containing all the flags to pass to the Erlang VM, for example <ul id="articles-nav" class="extra_margin"> + <li><a href="https://ninenines.eu/articles/cowboy-2.3.0/">Cowboy 2.3</a></li> + + + <li><a href="https://ninenines.eu/articles/cowboy-2.2.0/">Cowboy 2.2</a></li> |