source: rtems/doc/develenv/develenv.texi @ 8a8b7519

4.104.114.84.95
Last change on this file since 8a8b7519 was 8a8b7519, checked in by Joel Sherrill <joel.sherrill@…>, on 03/26/98 at 20:30:52

Added variables for dates and revision info

  • 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-1998.
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 ../common/setup.texi
29
30@ignore
31@ifinfo
32@format
33START-INFO-DIR-ENTRY
34* RTEMS C User: (develenv).             The C User's Guide
35END-INFO-DIR-ENTRY
36@end format
37@end ifinfo
38@end ignore
39
40@c variable substitution info:
41@c
42@c @set LANGUAGE C
43@c the language is @value{LANGUAGE}
44@c NOTE:  don't use underscore in the name
45@c
46
47@c
48@c  Title Page Stuff
49@c
50
51@set edition @value{RTEMS-EDITION}
52@set version @value{RTEMS-VERSION}
53@set update-date @value{RTEMS-UPDATE-DATE}
54@set update-month @value{RTEMS-UPDATE-MONTH}
55
56@c
57@c  I don't really like having a short title page.  --joel
58@c
59@c @shorttitlepage RTEMS Development Environment Guide
60
61@setchapternewpage odd
62@settitle RTEMS Development Environment Guide
63@titlepage
64@finalout
65
66@title RTEMS Development Environment Guide
67@subtitle Edition @value{edition}, for RTEMS @value{version}
68@sp 1
69@subtitle @value{update-month}
70@author On-Line Applications Research Corporation
71@page
72@include ../common/cpright.texi
73@end titlepage
74
75@c  This prevents a black box from being printed on "overflow" lines.
76@c  The alternative is to rework a sentence to avoid this problem.
77
78@include intro.texi
79@include direct.texi
80@c @include compile.texi
81@include sample.texi
82@include utils.texi
83
84@ifinfo
85@node Top, Introduction, (dir), (dir)
86@top develenv
87
88This is the online version of the RTEMS Development Environment Guide.
89
90@c * Compilation and GNU Make Stanzas::
91
92@menu
93* Introduction::
94* Directory Structure::
95* Sample Applications::
96* RTEMS Specific Utilities::
97* Command and Variable Index::
98* Concept Index::
99@end menu
100
101@end ifinfo
102@c
103@c
104@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
105@c
106
107@node Command and Variable Index, Concept Index, RTEMS Specific Utilities Ada Language Specific Utilities, Top
108@unnumbered Command and Variable Index
109
110There are currently no Command and Variable Index entries.
111
112@c @printindex fn
113
114@node Concept Index, , Command and Variable Index, Top
115@unnumbered Concept Index
116
117There are currently no Concept Index entries.
118@c @printindex cp
119
120@contents
121@bye
122
Note: See TracBrowser for help on using the repository browser.