Update.
[elisp/liece.git] / README
1 -*- mode: text; left-margin: 2; fill-column: 70; -*-
2
3 * Directory tree
4   
5   This package contains following directories:
6   
7   lisp/ - Emacs Lisp files.
8   
9   dcc/  - DCC external program source.
10   
11   doc/  - Documentation, info files, sample configuration, etc.
12   
13   etc/  - Miscellaneous files which decorate this program.
14   
15   Please read documentation under `doc' directory.
16
17 * Bug reports
18   
19   If you write bug reports and/or suggestions for improvement, 
20   please send them to me :-)
21
22 * CVS
23   
24   Development of Liece uses CVS, Concurrent Versions System.
25   Latest developing version is available at CVS.
26   
27 (0) logging in to anonymous CVS server.
28   
29     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
30
31     CVS password: [CR] # NULL string
32   
33 (1) checkout modules
34   
35     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout liece
36   
37   Specify revision tag in front of the module name.
38
39 (2) bootstrapping
40   
41   % cd liece
42   % ./bootstrap