From 439f3f6357555c85c95650cdbf358130bed2c64a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Oct 2009 10:56:26 +0200 Subject: Documentation fixes --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 3a38934..5c660f7 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This archive contains pre-configured CLI source code with all its -dependencies. On UNIX-like operating systems it allows you to built CLI -in non-interactive mode (that is, without answering any questions). +dependencies. On UNIX-like operating systems it allows you to built +CLI in non-interactive mode (that is, without answering any questions). Send questions, bug reports, or any other feedback to cli-users@codesynthesis.com. @@ -29,12 +29,12 @@ $ make CXX=g++-4.2 CXXFLAGS=-O3 After the build, the CLI compiler can be found in the cli/cli/ directory. If you would like to see the full compiler/linker/etc., command lines, -you can add verbose=1 to the command line, for example: +you can add verbose=1 to the make command line, for example: $ make verbose=1 -To build and run automated tests for the CLI compiler as well as all the -dependencies, run: +To build and run automated test suites for the CLI compiler as well as +all the dependencies, run: $ make test @@ -66,8 +66,8 @@ install_man_dir default is install_data_dir/man install_info_dir default is install_data_dir/info You can also run make from various sub-directories in this package. For -example, to build and run automated tests only for the CLI compiler, you -can do the following: +example, to build and run the automated test suite only for the CLI +compiler only, you can do the following: $ cd cli/tests $ make test -- cgit v1.1