source: rtems/doc/README @ f8e57718

4.115
Last change on this file since f8e57718 was abdeac2a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/11 at 15:12:48

2011-12-06 Joel Sherrill <joel.sherrill@…>

PR 1793/doc

  • .cvsignore, Makefile.am, README, configure.ac, index.html.in, main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi, ada_user/example.texi, bsp_howto/.cvsignore, bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore, cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi, develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi, filesystem/.cvsignore, filesystem/filesystem.texi, filesystem/preface.texi, networking/.cvsignore, networking/networking.texi, networking/preface.texi, porting/.cvsignore, porting/porting.texi, porting/preface.texi, posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi, posix_users/.cvsignore, posix_users/posix_users.texi, posix_users/preface.texi, shell/.cvsignore, shell/preface.texi, shell/shell.texi, started/.cvsignore, started/started.texi, user/.cvsignore, user/c_user.texi, user/dirstat.texi, user/example.texi, user/glossary.texi, user/preface.texi: Convert from texi2www to texi2html.
  • texi2html_init.in: New file.
  • rtems_footer.html.in, rtems_header.html.in: Removed.
  • Property mode set to 100644
File size: 1.2 KB
Line 
1#
2#  $Id$
3#
4
5Tools Required
6==============
7The following tools are used in the production of this documentation:
8
9TeX
10texi2html 1.82
11texinfo-tex 4.13a
12
13texi2html will be deprecated in the upcomine texinfo release. At that point,
14we will need to provide support for texi2any.pl as an alternative means to
15produce html output.
16
17This was used by the authors to generate the directory tree figure
18in the texinfo printed version:
19
20tree (from the CTAN Archives -- see http://jasper.ora.com/ctan.html)
21
22Changing the Version Number and Timestamp
23=========================================
24
25RTEMS Version number is in configure.in.  Edit that file and run bootstrap.
26
27Documentation date is in common/setup.texi.in and also must be modified
28by hand.  bootstrap does not have to be run after modifying this file.
29
30Making the Documentation
31========================
32
33cd rtems-XXX/doc
34../bootstrap
35./configure --enable-maintainer-mode
36make all
37make install
38
39Cleaning
40========
41
42make clean
43make distclean
44make maintainer-clean
45
46Making a Source Distribution
47============================
48This generates a rtems-<version>.tar.gz in the toplevel directory.
49
50Making a Preformatted Distribution
51==================================
52Install and tar it up. :)
Note: See TracBrowser for help on using the repository browser.