diff options
author | Björn Persson <Bjorn@Rombobjörn.se> | 2025-02-27 21:53:34 +0100 |
---|---|---|
committer | Björn Persson <Bjorn@Rombobjörn.se> | 2025-02-27 21:53:34 +0100 |
commit | 9a3e758522d1c429c5be82c0d8e69e6a183420ce (patch) | |
tree | a2f85d360abaa0ee9bf8d5de68740527bb79cdc7 | |
parent | dbc73cb5b3037eb4d6bec940233a92fee6199feb (diff) |
Updated URLs.
-rw-r--r-- | comfignat.gpr.gp | 4 | ||||
-rw-r--r-- | comfignat.mk | 2 | ||||
-rwxr-xr-x | manual.en.html | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/comfignat.gpr.gp b/comfignat.gpr.gp index e024f90..ebfd724 100644 --- a/comfignat.gpr.gp +++ b/comfignat.gpr.gp @@ -1,5 +1,5 @@ -- Comfignat configuration variables for GNAT project files --- Copyright 2013 - 2016 B. Persson, Bjorn@Rombobeorn.se +-- Copyright 2013 - 2025 B. Persson, Bjorn@Rombobeorn.se -- -- This material is provided as is, with absolutely no warranty expressed -- or implied. Any use is at your own risk. @@ -13,7 +13,7 @@ -- This file is part of Comfignat 1.5 – 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/. +-- For information about Comfignat, see https://www.Rombobeorn.se/Comfignat/. -- This project file defines directory variables for use in build-controlling diff --git a/comfignat.mk b/comfignat.mk index 13aadc2..2412018 100644 --- a/comfignat.mk +++ b/comfignat.mk @@ -13,7 +13,7 @@ # This file is part of Comfignat 1.5 – 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/. +# For information about Comfignat, see https://www.Rombobeorn.se/Comfignat/. # This file contains generic Make code. It is designed to be included by other diff --git a/manual.en.html b/manual.en.html index 5a9b1ca..1601e1c 100755 --- a/manual.en.html +++ b/manual.en.html @@ -17,12 +17,12 @@ <p>Comfignat is common, convenient, command-line-controlled compile-time configuration of software built with the -<a href="http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/">GNAT tools</a> on +<a href="https://gcc.gnu.org/onlinedocs/gnat_ugn/">GNAT tools</a> on Unix-like operating systems. It consists of a makefile foundation to be included by your makefile, and an abstract GNAT project file to be imported by your project files. Leveraging <a href="https://www.gnu.org/software/make/">GNU Make</a> and -<a href="http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Preprocessing-with-gnatprep.html">Gnatprep</a>, +<a href="https://gcc.gnu.org/onlinedocs/gnat_ugn/Preprocessing-with-gnatprep.html">Gnatprep</a>, Comfignat adds the flexibility that GNAT project files lack, so that programs and libraries whose build systems are built around Comfignat can easily be configured for all sorts of use cases. Comfignat also helps with configuration @@ -81,8 +81,8 @@ project files with those, so that the installed directory tree as a whole can be moved to another location in the filesystem without breaking the project files.</p></li> -<li><p><a href="http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/The-GNAT-Make-Program-gnatmake.html">Gnatmake</a> -and <a href="http://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html">GPRbuild</a> +<li><p><a href="https://gcc.gnu.org/onlinedocs/gnat_ugn/Building-with-gnatmake.html">Gnatmake</a> +and <a href="https://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html">GPRbuild</a> are both supported, which makes Comfignat suitable for both mixed-language projects and pure Ada projects.</p></li> @@ -112,7 +112,7 @@ and is also <p>The following applies to all of Comfignat including this document:</p> -<p>Copyright 2013 - 2016 Björn Persson, Bjorn@Rombobjörn.se</p> +<p>Copyright 2013 - 2025 Björn Persson, Bjorn@Rombobjörn.se</p> <p>This material is provided as is, with absolutely no warranty expressed or implied. Any use is at your own risk.</p> |