aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-19 15:35:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-19 15:36:06 +0200
commit27511d492f3f9305b0599980292ff34a519ea3af (patch)
treeb35d717d3d57f908c5b048f688721202beca1b56
parentc85322670a2411b25c21b3003eaae09f8a3fcf33 (diff)
Adjust intro to new way of specifying testscript, manifest
-rw-r--r--doc/intro.cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli
index 3487305..7cd160a 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -203,7 +203,7 @@ $ cat hello/buildfile
libs =
#import libs += libhello%lib{hello}
-exe{hello}: {hxx ixx txx cxx}{*} $libs test{testscript}
+exe{hello}: {hxx ixx txx cxx}{*} $libs testscript
\
As the name suggests, this file describes how to build things. While its