diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 08:55:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 08:55:08 +0200 |
commit | ad042e29a399d2c28595d581711eea9645b4c69d (patch) | |
tree | 7e7edc1d865ed8e7d2d8b9fe9ff82c5acf7a24ab /doc/intro.cli | |
parent | eb11bd7693062cfa9f629877c6926ff9773d39ca (diff) |
Add TOC to intro
Diffstat (limited to 'doc/intro.cli')
-rw-r--r-- | doc/intro.cli | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index bf251bf..5224e0d 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -26,7 +26,7 @@ // " -\h|TL;DR| +\h#tldr|TL;DR| \ $ bpkg create -d hello cxx @@ -61,7 +61,7 @@ updated hello 1.0.0 " " -\h|Warning| +\h#warning|Warning| The \c{build2} toolchain \c{0.x.y} series are alpha releases. Interfaces \i{will} change in backwards-incompatible ways, guaranteed. Currently, it is @@ -92,7 +92,7 @@ especially in the build system. The most notable ones are: " " -\h|Introduction| +\h#intro|Introduction| The \c{build2} toolchain is a set of tools designed for building and packaging C++ code (though, if it can handle C++ it can handle anything, right?). The @@ -663,7 +663,7 @@ info: while applying rule alias to update dir{./} \ No magic but we got a hint: looks like we need to tell \c{build2} where -\c{libhello} using \c{config.import.libhello}. Without fretting too much +\c{libhello} is using \c{config.import.libhello}. Without fretting too much about what exactly \c{out_root} means, let's point \c{build2} to our \c{bpkg} configuration and see what happens. After all, that's where, more or less, our \i{out} for \c{libhello} is. @@ -973,6 +973,6 @@ Hello, Windows! " " -\h|Installation| +\h#install|Installation| " source "../INSTALL.cli"; |