source: rtems/doc/README @ 4fa4ccb6

5
Last change on this file since 4fa4ccb6 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1Tools Required
2==============
3The following tools are used in the production of this documentation:
4
5TeX
6texi2html 1.82
7texinfo-tex 4.13a
8
9texi2html will be deprecated in the upcomine texinfo release. At that point,
10we will need to provide support for texi2any.pl as an alternative means to
11produce html output.
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
32make all
33make install
34
35Cleaning
36========
37
38make clean
39make distclean
40make maintainer-clean
41
42Making a Source Distribution
43============================
44This generates a rtems-<version>.tar.gz in the toplevel directory.
45
46Making a Preformatted Distribution
47==================================
48Install and tar it up. :)
Note: See TracBrowser for help on using the repository browser.