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

4.104.114.84.95
Last change on this file since 5d2abae9 was 5d2abae9, checked in by Joel Sherrill <joel.sherrill@…>, on 06/21/07 at 18:52:57

2007-06-21 Joel Sherrill <joel.sherrill@…>

  • relnotes.texi: Print table of contents in front of manual where it should be when you print.
  • 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@contents
73
74@include intro.texi
75@include install.texi
76@include status.texi
77@include probrep.texi
78
79@ifinfo
80@node Top, Introduction, (dir), (dir)
81@top relnotes
82
83This is the online version of the RTEMS Release Notes.
84
85@menu
86* Introduction::
87* Installation Procedure::
88* Development Environment Status::
89* RTEMS PROBLEM REPORT::
90* Command and Variable Index::
91* Concept Index::
92@end menu
93
94@end ifinfo
95@c
96@c
97@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
98@c
99
100@node Command and Variable Index, Concept Index, RTEMS PROBLEM REPORT, Top
101@unnumbered Command and Variable Index
102
103There are currently no Command and Variable Index entries.
104
105@c @printindex fn
106
107@node Concept Index, , Command and Variable Index, Top
108@unnumbered Concept Index
109
110There are currently no Concept Index entries.
111@c @printindex cp
112
113@bye
114
Note: See TracBrowser for help on using the repository browser.