diff options
author | Björn Persson <bjorn@rombobjörn.se> | 2013-10-10 15:21:47 +0200 |
---|---|---|
committer | Björn Persson <bjorn@rombobjörn.se> | 2013-10-10 15:21:47 +0200 |
commit | ad44350ecf956894238841b387125ab9824e3850 (patch) | |
tree | cfc72da024fb7317b4f6728001b2b6fcee57295c /manual.en.html | |
parent | 0a7d36c71e387b5c2fa95fb14685ea274e6d5aca (diff) |
Made Bindir relative to Libexecdir.
When directory variables in project files are relative pathnames, then
Comfignat.Bindir is now relative to Comfignat.Libexecdir, while the other
pathnames are relative to Comfignat.Bindir. This should help programs in
Libexecdir figure out the pathnames of files they need.
The manual now also notes that runstatedir and lockdir are always absolute.
Diffstat (limited to 'manual.en.html')
-rwxr-xr-x | manual.en.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manual.en.html b/manual.en.html index d0aff66..14184bd 100755 --- a/manual.en.html +++ b/manual.en.html @@ -243,7 +243,9 @@ usage project files that are preprocessed with Gnatprep. If the Make variable <var>relocatable_package</var> is set to "<samp>true</samp>" on the command line, then the variables for embedding will be relative to <var>bindir</var> in build project files, and relative to <var>gprdir</var> in usage project -files.</p> +files, except that <var>bindir</var> will instead be relative to +<var>libexecdir</var>, and <var>runstatedir</var> and <var>lockdir</var> are +always absolute.</p> <ul> <li><p>Programs that can be run from a command prompt shall be placed in |