<feed xmlns='http://www.w3.org/2005/Atom'>
<title>erlang.mk.git/plugins, branch 2018.03.05</title>
<subtitle>A build tool for Erlang that just works.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/'/>
<entry>
<title>Add support for Sphinx documentation builder</title>
<updated>2018-01-24T12:23:15+00:00</updated>
<author>
<name>Stanislaw Klekot</name>
<email>dozzie@jarowit.net</email>
</author>
<published>2017-10-30T19:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=ad88794506a0ccf0671dd9b909890e0a80b346cc'/>
<id>ad88794506a0ccf0671dd9b909890e0a80b346cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add output directory for generated EDoc</title>
<updated>2017-11-15T11:39:06+00:00</updated>
<author>
<name>Stanislaw Klekot</name>
<email>dozzie@jarowit.net</email>
</author>
<published>2017-10-30T19:26:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=ec53835785689559301d4be3e64640c4ffebe45d'/>
<id>ec53835785689559301d4be3e64640c4ffebe45d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable colors for proper</title>
<updated>2017-11-15T11:35:55+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-11-15T11:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=9c5d2bfe03073453d2add525970c392782ae3eb7'/>
<id>9c5d2bfe03073453d2add525970c392782ae3eb7</id>
<content type='text'>
The option was added recently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The option was added recently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix switched UID/GID in asciidoc install</title>
<updated>2017-11-15T11:26:45+00:00</updated>
<author>
<name>Thomas Nixon</name>
<email>tom@tomn.co.uk</email>
</author>
<published>2017-10-26T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=603e0bd1bffa792fcf7b48fa661be00275b12ac7'/>
<id>603e0bd1bffa792fcf7b48fa661be00275b12ac7</id>
<content type='text'>
This caused asciidoc-install to fail with this message on my system,
where UID != GID:

    install: cannot change ownership of 'installed/share/man3/erlang_mk.3.gz': Operation not permitted
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This caused asciidoc-install to fail with this message on my system,
where UID != GID:

    install: cannot change ownership of 'installed/share/man3/erlang_mk.3.gz': Operation not permitted
</pre>
</div>
</content>
</entry>
<entry>
<title>Better implementation of removal of COVER_DATA_DIR if not empty</title>
<updated>2017-09-16T21:51:17+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-09-16T21:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=79c329aec7518132f0e67d2316998e8feb2a8c5e'/>
<id>79c329aec7518132f0e67d2316998e8feb2a8c5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix removal of COVER_DATA_DIR if not empty</title>
<updated>2017-09-15T20:21:47+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-09-15T20:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=b0623a2803acb1c59b1bde10343ca9826f67b759'/>
<id>b0623a2803acb1c59b1bde10343ca9826f67b759</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>COVER_DATA_DIR for *.coverdata</title>
<updated>2017-09-13T16:45:15+00:00</updated>
<author>
<name>nevar</name>
<email>YurinVV@ya.ru</email>
</author>
<published>2017-09-07T14:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=6a764de5ff077a566b7865d0a7a8f3c4c9b0c042'/>
<id>6a764de5ff077a566b7865d0a7a8f3c4c9b0c042</id>
<content type='text'>
Also make COVER_REPORT_DIR not override user value (if set before
include erlang.mk).
Use incl_app in CT cover spec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also make COVER_REPORT_DIR not override user value (if set before
include erlang.mk).
Use incl_app in CT cover spec.
</pre>
</div>
</content>
</entry>
<entry>
<title>Style tweak</title>
<updated>2017-08-23T14:04:54+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-08-23T14:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=46bef5c9067675f04e22679adbade9b2ed6dc0f4'/>
<id>46bef5c9067675f04e22679adbade9b2ed6dc0f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Triq plugin pick tests from $(TEST_DIR)</title>
<updated>2017-08-23T13:55:43+00:00</updated>
<author>
<name>Krzysztof Jurewicz</name>
<email>krzysztof.jurewicz@gmail.com</email>
</author>
<published>2017-08-12T13:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=daa3cc16bedb5f9db691ef4b670099f1bf26a1e4'/>
<id>daa3cc16bedb5f9db691ef4b670099f1bf26a1e4</id>
<content type='text'>
This commit also changes Triq repository in package index to point to
the leading fork. The original repository doesn’t work in Erlang 20.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also changes Triq repository in package index to point to
the leading fork. The original repository doesn’t work in Erlang 20.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert the run target to double-colon</title>
<updated>2017-08-23T13:01:15+00:00</updated>
<author>
<name>Benjamin Bergia</name>
<email>benjamin.bergia@otms.cn</email>
</author>
<published>2017-08-09T07:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=290cae07c7eae6aa330df587af044df3306fa842'/>
<id>290cae07c7eae6aa330df587af044df3306fa842</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
