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.
---
comfignat.gpr.gp | 2 +-
comfignat.mk | 2 +-
manual.en.html | 14 ++++++++++++++
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/comfignat.gpr.gp b/comfignat.gpr.gp
index 545352b..b9ea446 100644
--- a/comfignat.gpr.gp
+++ b/comfignat.gpr.gp
@@ -11,7 +11,7 @@
-- modified is included with the above copyright notice.
--- This file is part of Comfignat 1.3 – common, convenient, command-line-
+-- This file is part of Comfignat 1.4 – common, convenient, command-line-
-- controlled compile-time configuration of software built with the GNAT tools.
-- For information about Comfignat, see http://www.Rombobeorn.se/Comfignat/.
diff --git a/comfignat.mk b/comfignat.mk
index 6c3176e..f9f2038 100644
--- a/comfignat.mk
+++ b/comfignat.mk
@@ -11,7 +11,7 @@
# modified is included with the above copyright notice.
-# This file is part of Comfignat 1.3 – common, convenient, command-line-
+# This file is part of Comfignat 1.4 – common, convenient, command-line-
# controlled compile-time configuration of software built with the GNAT tools.
# For information about Comfignat, see http://www.Rombobeorn.se/Comfignat/.
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