source: rtems/doc/README @ c7f247d

4.104.114.84.95
Last change on this file since c7f247d was 889b5e2, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/02 at 23:57:35

2002-07-30 Joel Sherrill <joel@…>

  • README: Updated.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1#
2#  $Id$
3#
4
5Tools Required
6==============
7The following tools are used in the production of this documentation:
8
9TeX
10texinfo 4.0
11texi2www-960103 (included in tree)
12
13This was used by the authors to generate the directory tree figure
14in the texinfo printed version:
15
16tree (from the CTAN Archives -- see http://jasper.ora.com/ctan.html)
17
18Changing the Version Number and Timestamp
19=========================================
20
21RTEMS Version number is in configure.in.  Edit that file and run bootstrap.
22
23Documentation date is in common/setup.texi.in and also must be modified
24by hand.  bootstrap does not have to be run after modifying this file.
25
26Making the Documentation
27========================
28
29cd rtems-XXX/doc
30../bootstrap
31./configure --enable-maintainer-mode
32cd tools ; make
33cd ..
34make info
35make all
36make install
37
38Cleaning
39========
40
41make clean
42make distclean
43make maintainer-clean
44
45Making a Source Distribution
46============================
47This generates a rtems-<version>.tar.gz in the toplevel directory.
48
49Making a Preformatted Distribution
50==================================
51Install and tar it up. :)
52
53Common Problems
54===============
55
56TeX pool_size too small. 
Note: See TracBrowser for help on using the repository browser.