From ad44350ecf956894238841b387125ab9824e3850 Mon Sep 17 00:00:00 2001
From: Björn Persson
Date: Thu, 10 Oct 2013 15:21:47 +0200
Subject: 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.
---
manual.en.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'manual.en.html')
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
relocatable_package is set to "true" on the command
line, then the variables for embedding will be relative to bindir in
build project files, and relative to gprdir in usage project
-files.
+files, except that bindir will instead be relative to
+libexecdir, and runstatedir and lockdir are
+always absolute.