diff options
author | Björn Persson <bjorn@rombobjörn.se> | 2013-08-01 20:44:00 +0200 |
---|---|---|
committer | Björn Persson <bjorn@rombobjörn.se> | 2013-08-01 20:44:00 +0200 |
commit | 3a4102c2c7bfada49145ee6a5634645af8a31592 (patch) | |
tree | 9c43f56588cac4b8da6f71d5dcc99c0c482fff13 /comfignat.gpr.gp | |
parent | ccb34dd04a2756198b2c8dedd37092cbdec75050 (diff) |
minor formatting fixes
Diffstat (limited to 'comfignat.gpr.gp')
-rw-r--r-- | comfignat.gpr.gp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comfignat.gpr.gp b/comfignat.gpr.gp index 3b0c950..7b632ae 100644 --- a/comfignat.gpr.gp +++ b/comfignat.gpr.gp @@ -28,9 +28,11 @@ abstract project Comfignat is #if not Invoked_By_Makefile'Defined then + -- -- These variables are used in constructing the default values of the -- directory variables below. They're only needed when this file is -- preprocessed manually. + -- #if Prefix'Defined then Prefix := $Prefix; @@ -72,6 +74,7 @@ abstract project Comfignat is -- Most of the directory names are relative to Bindir if the software was -- configured as a relocatable package. Otherwise they are absolute -- pathnames. + -- -- Programs that can be run from a command prompt are in Bindir. This is -- normally the same directory that the program itself is in, so this |