diff options
-rwxr-xr-x | manual.en.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual.en.html b/manual.en.html index b601f57..4adb2be 100755 --- a/manual.en.html +++ b/manual.en.html @@ -483,8 +483,8 @@ erased with "<samp>make unconfigure</samp>" or as a part of current configuration. It outputs the configured variables in Make assignment syntax, but easier to read than the actual configuration file. Variables that were configured from the command line are shown as ordinary assignments with -"=", and those that were configured from the environment are shown as -conditional assignments with "?=".</p> +"<samp>=</samp>", and those that were configured from the environment are shown +as conditional assignments with "<samp>?=</samp>".</p> <p>The variables that can be configured are listed in the variable <var>configuration_variables</var>. The variables listed in <var>options</var> @@ -540,8 +540,8 @@ were added.</p></li> <var>runstatedir</var> to keep Comfignat compatible with the GNU Coding Standards.</p></li> -<li><p>Comfignat.Bindir was made relative to Comfignat.Libexecdir when -relocatable_package is true.</p></li> +<li><p><var>Comfignat.Bindir</var> was made relative to +<var>Comfignat.Libexecdir</var> when relocatable_package is true.</p></li> <li><p>Comfignat's behaviour in sub-Makes was fixed so that subprocesses working in subdirectories use the right build and staging directories.</p></li> |