source: rtems/doc/relnotes/relnotes.texi @ 02eb897

Last change on this file since 02eb897 was 02eb897, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/30/03 at 06:11:03

2003-08-30 Ralf Corsepius <corsepius@…>

  • relnotes.texi: include common/rtems.texi.
  • Makefile.am: Reflect changes to $(top_srcdir)/project.am.
  • Property mode set to 100644
File size: 2.2 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename relnotes.info
4@setcontentsaftertitlepage
5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-2002.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15@c  $Id$
16@c
17
18@c
19@c   Master file
20@c
21
22@c Joel's Questions
23@c
24@c  1.  Why does paragraphindent only impact makeinfo?
25@c  2.  Why does paragraphindent show up in HTML?
26@c
27
28@include version.texi
29@include common/setup.texi
30@include common/rtems.texi
31
32@ifset use-ascii
33@dircategory RTEMS On-Line Manual
34@direntry
35* RTEMS Release Notes: (relnotes).     Release Notes
36@end direntry
37@end ifset
38
39@c variable substitution info:
40@c
41@c @set LANGUAGE C
42@c the language is @value{LANGUAGE}
43@c NOTE:  don't use underscore in the name
44@c
45
46@c
47@c  Title Page Stuff
48@c
49
50@c
51@c  I don't really like having a short title page.  --joel
52@c
53@c @shorttitlepage RTEMS Release Notes
54
55@setchapternewpage odd
56@settitle RTEMS Release Notes
57@titlepage
58@finalout
59
60@title RTEMS Release Notes
61@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
62@sp 1
63@subtitle @value{UPDATED}
64@author On-Line Applications Research Corporation
65@page
66@include common/cpright.texi
67@end titlepage
68
69@c  This prevents a black box from being printed on "overflow" lines.
70@c  The alternative is to rework a sentence to avoid this problem.
71
72@include intro.texi
73@include install.texi
74@include status.texi
75@include probrep.texi
76
77@ifinfo
78@node Top, Introduction, (dir), (dir)
79@top relnotes
80
81This is the online version of the RTEMS Release Notes.
82
83@menu
84* Introduction::
85* Installation Procedure::
86* Development Environment Status::
87* RTEMS PROBLEM REPORT::
88* Command and Variable Index::
89* Concept Index::
90@end menu
91
92@end ifinfo
93@c
94@c
95@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
96@c
97
98@node Command and Variable Index, Concept Index, RTEMS PROBLEM REPORT, Top
99@unnumbered Command and Variable Index
100
101There are currently no Command and Variable Index entries.
102
103@c @printindex fn
104
105@node Concept Index, , Command and Variable Index, Top
106@unnumbered Concept Index
107
108There are currently no Concept Index entries.
109@c @printindex cp
110
111@contents
112@bye
113
Note: See TracBrowser for help on using the repository browser.