equal
deleted
inserted
replaced
21 |
21 |
22 Copying, distribution and modification conditions and terms. |
22 Copying, distribution and modification conditions and terms. |
23 |
23 |
24 INSTALL |
24 INSTALL |
25 |
25 |
26 For general building and installation instructions, see the file |
26 For general building and installation instructions, see the file. |
27 |
27 |
28 lemon/ |
28 lemon/ |
29 |
29 |
30 Source code of LEMON itself. |
30 Source code of LEMON itself. |
31 |
31 |
32 doc/ |
32 doc/ |
33 |
33 |
34 Documentation of LEMON. The starting page is doc/html/index/html. |
34 Documentation of LEMON. The starting page is doc/html/index.html. |
35 The documentation installs into the directory |
35 The documentation installs into the directory |
36 |
36 |
37 /usr/local/share/doc/lemon/html |
37 /usr/local/share/doc/lemon/html |
38 |
38 |
39 or -- if you use different prefix -- into |
39 or -- if you use different prefix -- into |
42 |
42 |
43 (see also INSTALL). |
43 (see also INSTALL). |
44 |
44 |
45 demo/ |
45 demo/ |
46 |
46 |
47 Some demonstration programs to make you easier to getting familiar |
47 Some demonstration programs to make you easier to get familiar with |
48 with LEMON. Use --enable-demo configure option to also compile these |
48 LEMON. Use --enable-demo configure option to also compile these codes |
49 codes (see also INSTALL). |
49 (see also INSTALL). |
50 |
50 |
51 test/ |
51 test/ |
52 |
52 |
53 Contains programs to check the integrity and correctness of |
53 Contains programs to check the integrity and correctness of |
54 LEMON. The command 'make check' performs these tests. |
54 LEMON. The command 'make check' performs these tests. |