source: rtems/doc/develenv/develenv.texi @ ae68ff0

4.104.114.84.95
Last change on this file since ae68ff0 was ae68ff0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/27/97 at 12:40:11

Initial revision

  • Property mode set to 100644
File size: 2.4 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename develenv
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-1997.
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 C User: (develenv).             The C User's Guide
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.0.0a
50@set update-date 25 April 1997
51@set update-month April 1997
52
53@c
54@c  I don't really like having a short title page.  --joel
55@c
56@c @shorttitlepage RTEMS Development Environment Guide
57
58@setchapternewpage odd
59@settitle RTEMS Development Environment Guide
60@titlepage
61@finalout
62
63@title RTEMS Development Environment Guide
64@subtitle Edition @value{edition}, for RTEMS 4.0.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 direct.texi
77@c @include compile.texi
78@include sample.texi
79@include utils.texi
80
81@ifinfo
82@node Top, Introduction, (dir), (dir)
83@top develenv
84
85This is the online version of the RTEMS Development Environment Guide.
86
87@c * Compilation and GNU Make Stanzas::
88
89@menu
90* Introduction::
91* Directory Structure::
92* Sample Applications::
93* RTEMS Specific Utilities::
94* Command and Variable Index::
95* Concept Index::
96@end menu
97
98@end ifinfo
99@c
100@c
101@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
102@c
103
104@node Command and Variable Index, Concept Index, RTEMS Specific Utilities Ada Language Specific Utilities, Top
105@unnumbered Command and Variable Index
106
107There are currently no Command and Variable Index entries.
108
109@c @printindex fn
110
111@node Concept Index, , Command and Variable Index, Top
112@unnumbered Concept Index
113
114There are currently no Concept Index entries.
115@c @printindex cp
116
117@contents
118@bye
119
Note: See TracBrowser for help on using the repository browser.