source: rtems/doc/README @ e189f6b7

4.104.114.84.95
Last change on this file since e189f6b7 was 9d18370, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/00 at 18:08:16

Added some more.

  • 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
29cvs co rtems-doc
30./bootstrap
31./configure ...
32cd tools ; make
33make info
34make all
35make install
36
37Cleaning
38========
39
40make clean
41make distclean
42make maintainer-clean
43
44Making a Source Distribution
45============================
46This generates a rtems-<version>.tar.gz in the toplevel directory.
47
48Making a Preformatted Distribution
49==================================
50Install and tar it up. :)
51
52Common Problems
53===============
54
55TeX pool_size too small. 
Note: See TracBrowser for help on using the repository browser.