source: rtems/doc/relnotes/relnotes.texi @ fc76a6aa

4.104.114.84.95
Last change on this file since fc76a6aa 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.1 KB
Line 
1\input 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-1999.
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
31@ifset use-ascii
32@dircategory RTEMS On-Line Manual
33@direntry
34* RTEMS Release Notes: (relnotes).     Release Notes
35@end direntry
36@end ifset
37
38@c variable substitution info:
39@c
40@c @set LANGUAGE C
41@c the language is @value{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@c
50@c  I don't really like having a short title page.  --joel
51@c
52@c @shorttitlepage RTEMS Release Notes
53
54@setchapternewpage odd
55@settitle RTEMS Release Notes
56@titlepage
57@finalout
58
59@title RTEMS Release Notes
60@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
61@sp 1
62@subtitle @value{UPDATED}
63@author On-Line Applications Research Corporation
64@page
65@include ../common/cpright.texi
66@end titlepage
67
68@c  This prevents a black box from being printed on "overflow" lines.
69@c  The alternative is to rework a sentence to avoid this problem.
70
71@include intro.texi
72@include install.texi
73@include status.texi
74@include probrep.texi
75
76@ifinfo
77@node Top, Introduction, (dir), (dir)
78@top relnotes
79
80This is the online version of the RTEMS Release Notes.
81
82@menu
83* Introduction::
84* Installation Procedure::
85* Development Environment Status::
86* RTEMS PROBLEM REPORT::
87* Command and Variable Index::
88* Concept Index::
89@end menu
90
91@end ifinfo
92@c
93@c
94@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
95@c
96
97@node Command and Variable Index, Concept Index, RTEMS PROBLEM REPORT, Top
98@unnumbered Command and Variable Index
99
100There are currently no Command and Variable Index entries.
101
102@c @printindex fn
103
104@node Concept Index, , Command and Variable Index, Top
105@unnumbered Concept Index
106
107There are currently no Concept Index entries.
108@c @printindex cp
109
110@contents
111@bye
112
Note: See TracBrowser for help on using the repository browser.