source: rtems/doc/develenv/develenv.texi @ 98bc9752

4.104.114.84.95
Last change on this file since 98bc9752 was fedfa4a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/03 at 18:04:41

2003-09-19 Joel Sherrill <joel@…>

  • develenv.texi, direct.t, sample.t, utils.t: Merge from branch.
  • Property mode set to 100644
File size: 2.3 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename develenv.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 Development Environment Guide: (develenv).
36@end direntry
37@end ifset
38
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@c
52@c  I don't really like having a short title page.  --joel
53@c
54@c @shorttitlepage RTEMS Development Environment Guide
55
56@setchapternewpage odd
57@settitle RTEMS Development Environment Guide
58@titlepage
59@finalout
60
61@title RTEMS Development Environment Guide
62@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
63@sp 1
64@subtitle @value{UPDATED}
65@author On-Line Applications Research Corporation
66@page
67@include common/cpright.texi
68@end titlepage
69
70@c  This prevents a black box from being printed on "overflow" lines.
71@c  The alternative is to rework a sentence to avoid this problem.
72
73@include intro.texi
74@include direct.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@menu
85* Introduction::
86* Directory Structure::
87* Sample Applications::
88* RTEMS Specific Utilities::
89* Command and Variable Index::
90* Concept Index::
91@end menu
92
93@end ifinfo
94@c
95@c
96@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
97@c
98
99@node Command and Variable Index, Concept Index, RTEMS Specific Utilities size_rtems - report RTEMS size information, Top
100@unnumbered Command and Variable Index
101
102There are currently no Command and Variable Index entries.
103
104@c @printindex fn
105
106@node Concept Index, , Command and Variable Index, Top
107@unnumbered Concept Index
108
109There are currently no Concept Index entries.
110@c @printindex cp
111
112@contents
113@bye
114
Note: See TracBrowser for help on using the repository browser.