From 6fc1d8f6f8e72dbf0055777233ff723ac482232c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Sep 2018 11:06:50 +0200 Subject: Minor updates and fixes to intro --- doc/intro.cli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/intro.cli b/doc/intro.cli index d45904f..d005396 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -171,7 +171,8 @@ hello/ \N|While the canonical project structure is strongly recommended, especially for new projects, \c{build2} is flexible enough to allow most commonly used -arrangements.| +arrangements. See \l{#proj-struct Canonical Project Structure} for the more +detailed discussion and rationale behing this layout.| Similar to version control tools, we normally run all \c{build2} tools from the project's source directory or one of its subdirectories, so: @@ -2358,7 +2359,7 @@ start with the library name but without the \c{lib} prefix. For example: \ // libhello/hello.mxx -export module hello.core +export module hello.core; namespace hello { -- cgit v1.1