diff options
-rw-r--r-- | comfignat.gpr.gp | 2 | ||||
-rw-r--r-- | comfignat.mk | 2 | ||||
-rwxr-xr-x | 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.</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> |