Rombobjörn

summaryrefslogtreecommitdiff
path: root/manual.en.html
diff options
context:
space:
mode:
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>