source: rtems/doc/develenv/develenv.texi @ 5cd3258

4.104.114.84.95
Last change on this file since 5cd3258 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 2.3 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename develenv
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
31@ifset use-ascii
32@dircategory RTEMS On-Line Manual
33@direntry
34* RTEMS Development Environment Guide: (develenv).
35@end direntry
36@end ifset
37
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 Development Environment Guide
54
55@setchapternewpage odd
56@settitle RTEMS Development Environment Guide
57@titlepage
58@finalout
59
60@title RTEMS Development Environment Guide
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@include intro.texi
73@include direct.texi
74@c @include compile.texi
75@include sample.texi
76@include utils.texi
77
78@ifinfo
79@node Top, Introduction, (dir), (dir)
80@top develenv
81
82This is the online version of the RTEMS Development Environment Guide.
83
84@c * Compilation and GNU Make Stanzas::
85
86@menu
87* Introduction::
88* Directory Structure::
89* Sample Applications::
90* RTEMS Specific Utilities::
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 Specific Utilities Ada Language Specific Utilities, 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.