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 /manual.en.html | |
parent | dbc73cb5b3037eb4d6bec940233a92fee6199feb (diff) |
Updated URLs.
Diffstat (limited to 'manual.en.html')
-rwxr-xr-x | manual.en.html | 10 |
1 files changed, 5 insertions, 5 deletions
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> |