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

4.104.114.84.95
Last change on this file since 0069692 was 0069692, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/25/03 at 16:45:55

2003-01-25 Ralf Corsepius <corsepiu@…>

  • develenv.texi: Set @setfilename develenv.info.
  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[ed11cadf]1\input texinfo   @c -*-texinfo-*-
[ae68ff0]2@c %**start of header
[0069692]3@setfilename develenv.info
[6449498]4@setcontentsaftertitlepage
[ae68ff0]5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
[6449498]11@c  COPYRIGHT (c) 1988-2002.
[ae68ff0]12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
[139b2e4a]15@c  $Id$
16@c
[ae68ff0]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
[fc76a6aa]28@include version.texi
[110445c]29@include common/setup.texi
[ae68ff0]30
[fc76a6aa]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
[ae68ff0]38
39@c variable substitution info:
40@c
[db91520]41@c @set LANGUAGE C
42@c the language is @value{LANGUAGE}
[ae68ff0]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
[fc76a6aa]61@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
[ae68ff0]62@sp 1
[fc76a6aa]63@subtitle @value{UPDATED}
[ae68ff0]64@author On-Line Applications Research Corporation
65@page
[110445c]66@include common/cpright.texi
[ae68ff0]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.