Rombobjörn

summaryrefslogtreecommitdiff
path: root/manual.en.html
diff options
context:
space:
mode:
Diffstat (limited to 'manual.en.html')
-rwxr-xr-xmanual.en.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual.en.html b/manual.en.html
index 414746e..03052f1 100755
--- a/manual.en.html
+++ b/manual.en.html
@@ -460,8 +460,8 @@ file will be in the build directory, so it can't refer to source directories
with pathnames relative to the project file or rely on the source files being
in the same directory as the project file. The preprocessor symbol
<var>Srcdir</var> must be used in the value of <var>Source_Dirs</var>. Its
-value is the directory where <var>comfignat.mk</var> is, which is supposed to
-be the root of the source tree. Here's an example:</p>
+value is the directory where <var>comfignat.mk</var> is, which is usually the
+root of the source tree. Here's an example:</p>
<pre class="example gpr">for Source_Dirs use ($Srcdir &amp; "/tools");</pre>