From 99d40080c8f3db1463e33fa1e2cd572e43f6dda2 Mon Sep 17 00:00:00 2001
From: Björn Persson
Date: Wed, 19 Aug 2015 22:58:31 +0200
Subject: Documented changes in version 1.4.
---
manual.en.html | 14 ++++++++++++++
1 file changed, 14 insertions(+)
(limited to 'manual.en.html')
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.
News
+Noteworthy Changes in Version 1.4
+
+
+The names of variables for use in Make rules were changed to begin with
+“Make_” instead of “make_”. The old names were too
+confusing as they looked like commands rather than variables.
+
+The Make targets preinstall, postinstall and
+install_files were added.
+
+The predefined phony targets were explicitly marked as phony so that a
+file with the same name won't break them.
+
+
Noteworthy Changes in Version 1.3