forked from Imagelibrary/rtems
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.
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
Tools Required
|
|
==============
|
|
The following tools are used in the production of this documentation:
|
|
|
|
TeX
|
|
texi2html 1.82
|
|
texinfo-tex 4.13a
|
|
|
|
texi2html will be deprecated in the upcomine texinfo release. At that point,
|
|
we will need to provide support for texi2any.pl as an alternative means to
|
|
produce html output.
|
|
|
|
This was used by the authors to generate the directory tree figure
|
|
in the texinfo printed version:
|
|
|
|
tree (from the CTAN Archives -- see http://jasper.ora.com/ctan.html)
|
|
|
|
Changing the Version Number and Timestamp
|
|
=========================================
|
|
|
|
RTEMS Version number is in configure.in. Edit that file and run bootstrap.
|
|
|
|
Documentation date is in common/setup.texi.in and also must be modified
|
|
by hand. bootstrap does not have to be run after modifying this file.
|
|
|
|
Making the Documentation
|
|
========================
|
|
|
|
cd rtems-XXX/doc
|
|
../bootstrap
|
|
./configure --enable-maintainer-mode
|
|
make all
|
|
make install
|
|
|
|
Cleaning
|
|
========
|
|
|
|
make clean
|
|
make distclean
|
|
make maintainer-clean
|
|
|
|
Making a Source Distribution
|
|
============================
|
|
This generates a rtems-<version>.tar.gz in the toplevel directory.
|
|
|
|
Making a Preformatted Distribution
|
|
==================================
|
|
Install and tar it up. :)
|