source: rtems/doc/develenv/develenv.texi @ 2bf21fc8

4.104.115
Last change on this file since 2bf21fc8 was 27394cd0, checked in by Joel Sherrill <joel.sherrill@…>, on 11/27/07 at 19:31:05

2007-11-27 Joel Sherrill <joel.sherrill@…>

  • develenv/develenv.texi, develenv/direct.t, develenv/intro.texi, develenv/sample.t, develenv/utils.t: Update directory tree.
  • 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) 1989-2007.
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@contents
74
75@include intro.texi
76@include direct.texi
77@include sample.texi
78@include utils.texi
79
80@ifinfo
81@node Top, Introduction, (dir), (dir)
82@top develenv
83
84This is the online version of the RTEMS Development Environment Guide.
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 unhex - Convert Hexadecimal File into Binary Equivalent, 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@bye
115
Note: See TracBrowser for help on using the repository browser.