From 431766f1d16d19427fa30bcb676d3b4ea4ab8966 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Jun 2018 12:27:25 +0200 Subject: Fix typo in intro --- doc/intro.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/intro.cli b/doc/intro.cli index 3a538b5..c766db6 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -1428,9 +1428,9 @@ It also makes sense to have the same default configuration and use identical configuration names in all the projects.| The last step is to move the desired functionality from \c{hello} to -\c{libhello} and at the same add a dependency on \c{libhello}, just as we did -earlier (add a \c{depends} entry to \c{manifest}, then import the library in -\c{buildfile}, and so on). One interesting question is what to put as a +\c{libhello} and at the same time add a dependency on \c{libhello}, just as we +did earlier (add a \c{depends} entry to \c{manifest}, then import the library +in \c{buildfile}, and so on). One interesting question is what to put as a prerequisite repository in \c{repositories.manifest}. Our own setup will work even if we don't put anything there \- the dependency will be automatically resolved to our local version of \c{libhello} since we have initialized it in -- cgit v1.1