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

4.104.114.84.95
Last change on this file since d09ad1f0 was e90e428, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 14:25:49

Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf Corsepius
<corsepiu@…> which:

  • should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue
  • adds --enable-papersize=[letter|a4|]
  • 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@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c %**end of header
8
9@c
10@c  COPYRIGHT (c) 1988-1999.
11@c  On-Line Applications Research Corporation (OAR).
12@c  All rights reserved.
13@c
14@c  $Id$
15@c
16
17@c
18@c   Master file
19@c
20
21@c Joel's Questions
22@c
23@c  1.  Why does paragraphindent only impact makeinfo?
24@c  2.  Why does paragraphindent show up in HTML?
25@c
26
27@include version.texi
28@include common/setup.texi
29
30@ifset use-ascii
31@dircategory RTEMS On-Line Manual
32@direntry
33* RTEMS Development Environment Guide: (develenv).
34@end direntry
35@end ifset
36
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 Development Environment Guide
53
54@setchapternewpage odd
55@settitle RTEMS Development Environment Guide
56@titlepage
57@finalout
58
59@title RTEMS Development Environment Guide
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 direct.texi
73@c @include compile.texi
74@include sample.texi
75@include utils.texi
76
77@ifinfo
78@node Top, Introduction, (dir), (dir)
79@top develenv
80
81This is the online version of the RTEMS Development Environment Guide.
82
83@c * Compilation and GNU Make Stanzas::
84
85@menu
86* Introduction::
87* Directory Structure::
88* Sample Applications::
89* RTEMS Specific Utilities::
90* Command and Variable Index::
91* Concept Index::
92@end menu
93
94@end ifinfo
95@c
96@c
97@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
98@c
99
100@node Command and Variable Index, Concept Index, RTEMS Specific Utilities Ada Language Specific Utilities, Top
101@unnumbered Command and Variable Index
102
103There are currently no Command and Variable Index entries.
104
105@c @printindex fn
106
107@node Concept Index, , Command and Variable Index, Top
108@unnumbered Concept Index
109
110There are currently no Concept Index entries.
111@c @printindex cp
112
113@contents
114@bye
115
Note: See TracBrowser for help on using the repository browser.