source: rtems/doc/relnotes/relnotes.texi @ 5c995d7

4.104.114.84.95
Last change on this file since 5c995d7 was 5c995d7, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/97 at 20:34:49

version changed

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