source: rtems/doc/develenv/develenv.texi @ 782e3e8b

4.104.114.84.95
Last change on this file since 782e3e8b was 782e3e8b, checked in by Joel Sherrill <joel.sherrill@…>, on 06/21/07 at 18:53:00

2007-06-21 Joel Sherrill <joel.sherrill@…>

  • ada_user/ada_user.texi, bsp_howto/bsp_howto.texi, cpu_supplement/cpu_supplement.texi, develenv/develenv.texi, filesystem/filesystem.texi, itron3.0/itron.texi, networking/networking.texi, porting/porting.texi, posix1003.1/posix1003_1.texi, posix_users/posix_users.texi, rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi, started/started.texi, started_ada/started_ada.texi, user/c_user.texi: Print table of contents in front of manual where it should be when you print.
  • 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@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 size_rtems - report RTEMS size information, 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.