From 7f089045bce33cf309f807d1cee97a8beb7bb859 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Oct 2009 14:21:38 +0200 Subject: Documentation fixes --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 83c0669..e60e18e 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ the following dependencies: libcutl >= 1.0.0 http://www.codesynthesis.com/projects/libcutl/ -Additionally for UNIX-like operating systems: +Additionally, for UNIX-like operating systems: - build >= 0.3.4 http://kolpackov.net/projects/build/ + build >= 0.3.5 http://kolpackov.net/projects/build/ The cli+dep package comes with the necessary dependencies bundled. @@ -22,7 +22,7 @@ installed. To check the GNU make version run make (or gmake) with the --version option. To build the compiler, tests, and examples simply run make in the root -directory of the package. To run the automated tests, run 'make test'. +directory of the package. To run the automated test suite, run 'make test'. To clean the object files, executables, etc., run 'make clean'. To de- configure the package (that is, remove configuration files in addition to objects, executables, etc.), run 'make disfigure'. -- cgit v1.1