Rombobjörn

summaryrefslogtreecommitdiff
path: root/manual.en.html
diff options
context:
space:
mode:
authorBjörn Persson <Bjorn@Rombobjörn.se>2015-08-19 22:58:31 +0200
committerBjörn Persson <Bjorn@Rombobjörn.se>2015-08-19 22:58:31 +0200
commit99d40080c8f3db1463e33fa1e2cd572e43f6dda2 (patch)
treea02260c88f497e93c99c39be9ebc4c36c4dd15b8 /manual.en.html
parent0b719b0abcc5fe759bdcc14fe94a4310a0ad4334 (diff)
Documented changes in version 1.4.version_1.4
Diffstat (limited to 'manual.en.html')
-rwxr-xr-xmanual.en.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/manual.en.html b/manual.en.html
index 32dd2bc..3d25fc2 100755
--- a/manual.en.html
+++ b/manual.en.html
@@ -730,6 +730,20 @@ and testing, and delete parts that don't apply to your project.</p>
<h2 id="news">News</h2>
+<h3 id="news_1.4">Noteworthy Changes in Version 1.4</h3>
+
+<ul>
+<li><p>The names of variables for use in Make rules were changed to begin with
+“<var>Make_</var>” instead of “<var>make_</var>”. The old names were too
+confusing as they looked like commands rather than variables.</p></li>
+
+<li><p>The Make targets <var>preinstall</var>, <var>postinstall</var> and
+<var>install_files</var> were added.</p></li>
+
+<li><p>The predefined phony targets were explicitly marked as phony so that a
+file with the same name won't break them.</p></li>
+</ul>
+
<h3 id="news_1.3">Noteworthy Changes in Version 1.3</h3>
<ul>