source: rtems/doc/rtems_support.html.in @ e189f6b7

4.104.114.84.95
Last change on this file since e189f6b7 was fc76a6aa, checked in by Joel Sherrill <joel.sherrill@…>, on 06/01/00 at 15:29:01

Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@…>.
Ralf's comments follow:

Changes:

  • Enhanced versioning:
    • Addition of automake's version.texi support
    • Replacement of rtemsdoc's former versioning support by automake's versioning support (Abandoning RTEMS-UPDATE-* etc.)
    • Abandoning setup.texi.in
    • Add EDITION to each documents Makefile.am
    • version.texi support in project.am
    • Addition of maintainer mode (currently only used to prevent incorrectly updating timestamps when users touch automake's version.texi timestamp files (stamp-vti)).
  • Fixing info dir support
    • Use texinfo's @dircategory and @direntry instead of infos *-DIR-ENTRY
    • $(infodir)/dir is now correctly set up
  • Avoid using temporary files
    • Pipe texts through REPLACE2 into BMENU2 instead of using temporary files.
    • Abandon using bmenu in favor of bmenu2 (bmenu could be removed now)
  • Prepare Makefile.ams for building in a separate buildtree
    • prefix files with $(srcdir) in Makefile.am for files which must be generated inside of the source tree

Notes:

  • rtemsdoc can not yet be build in a separate source-tree, but we are very close to it.
  • You as the maintainer of this package now should always use --enable-maintainer-mode to configure rtemsdoc.
  • Property mode set to 100644
File size: 2.2 KB
Line 
1<HTML>
2<HEAD><TITLE>RTEMS @VERSION@ On-Line Library</TITLE></HEAD>
3<BODY BGCOLOR="FFFFFF">
4<A HREF="http://www.oarcorp.com" target="Text Frame">
5  <IMG align=right BORDER=0 SRC="images/oaronly.jpg" ALT="OAR"> </A>
6<H1>RTEMS RTEMS_VERSION On-Line Library</H1>
7<HR>
8<BODY>
9<MENU>
10    <LI><A HREF="FAQ/index.html">
11        RTEMS FAQ</A>
12    <LI><A HREF="c_user/index.html">
13        RTEMS Applications C User's Guide</A>
14    <LI><A HREF="started/index.html">
15        Getting Started with RTEMS for C/C++ Users</A>
16    <LI><A HREF="started_ada/index.html">
17        Getting Started with GNAT/RTEMS</A>
18    <LI><A HREF="develenv/index.html">
19        RTEMS Development Environment Guide</A>
20    <LI><A HREF="posix_users/index.html">
21        RTEMS POSIX API User's Guide</A>
22    <LI><A HREF="networking/index.html">
23        RTEMS Network Supplement</A>
24    <LI><A HREF="rtems_gdb/index.html">
25        RTEMS/GDB User's Guide</A>
26    <LI><A HREF="rgdb_specs/index.html">
27        RTEMS Remote Debugger Server Specifications</A>
28    <LI><A HREF="bsp_howto/index.html">
29        RTEMS BSP and Device Driver Development Guide</A>
30
31<LI>CPU Supplements
32
33  <MENU>
34      <LI><A HREF="HELP.html">
35             RTEMS AMD 29K Applications Supplement</A>
36      <LI><A HREF="HELP.html">
37             RTEMS Hitachi SH Applications Supplement</A>
38      <LI><A HREF="support/c_i386/index.html">
39             RTEMS Intel i386 Applications Supplement</A>
40      <LI><A HREF="support/c_i960/index.html">
41             RTEMS Intel i960 Applications Supplement</A>
42      <LI><A HREF="HELP.html">
43             RTEMS MIPS64 ORION Applications Supplement</A>
44      <LI><A HREF="support/c_m68k/index.html">
45             RTEMS Motorola MC68xxx Applications Supplement</A>
46      <LI><A HREF="support/c_powerpc/index.html">
47             RTEMS PowerPC Applications Supplement</A>
48      <LI><A HREF="support/c_sparc/index.html">
49             RTEMS SPARC Applications Supplement</A>
50      <LI><A HREF="support/c_hppa1_1/index.html">
51             RTEMS Hewlett Packard PA-RISC Applications Supplement</A>
52      <LI><A HREF="HELP.html">RTEMS UNIX Port Applications Supplement</A>
53    </MENU>
54</LI>
55
56</MENU>
57<HR>
58Copyright &copy; 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
59</BODY></HTML>
Note: See TracBrowser for help on using the repository browser.