1.1 --- a/INSTALL Wed Apr 01 17:17:47 2009 +0100
1.2 +++ b/INSTALL Wed Apr 01 14:18:35 2009 +0100
1.3 @@ -27,8 +27,8 @@
1.4 3. `make'
1.5
1.6 This command compiles the non-template part of LEMON into libemon.a
1.7 - file. It also compiles the programs in the tools and demo subdirectories
1.8 - when enabled.
1.9 + file. It also compiles the programs in the tools subdirectory by
1.10 + default.
1.11
1.12 4. `make check'
1.13
1.14 @@ -75,14 +75,6 @@
1.15
1.16 Set the installation prefix to PREFIX. By default it is /usr/local.
1.17
1.18 ---enable-demo
1.19 -
1.20 - Build the examples in the demo subdirectory.
1.21 -
1.22 ---disable-demo
1.23 -
1.24 - Do not build the examples in the demo subdirectory (default).
1.25 -
1.26 --enable-tools
1.27
1.28 Build the programs in the tools subdirectory (default).