File: main.xml

package info (click to toggle)
scons-doc 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,076 kB
  • sloc: python: 48,968; xml: 29,210; sh: 504; perl: 295; makefile: 17
file content (207 lines) | stat: -rw-r--r-- 5,252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<?xml version="1.0"?>

<!--

  Copyright (c) 2001, 2002, 2003 Steven Knight

  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including
  without limitation the rights to use, copy, modify, merge, publish,
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
  the following conditions:

  The above copyright notice and this permission notice shall be included
  in all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-->

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"/usr/share/sgml/docbook/dtd/4.3/docbookx.dtd"
[

    <!ENTITY % version SYSTEM "../version.xml">
    %version;

    <!ENTITY % scons SYSTEM "../scons.mod">
    %scons;

    <!-- Builders -->
    <!ENTITY Alias_file SYSTEM "Alias.xml">
    <!ENTITY CFile_file SYSTEM "CFile.xml">
    <!ENTITY CXXFile_file SYSTEM "CXXFile.xml">
    <!ENTITY Command_file SYSTEM "Command.xml">
    <!ENTITY Install_file SYSTEM "Install.xml">
    <!ENTITY InstallAs_file SYSTEM "InstallAs.xml">
    <!ENTITY Library_file SYSTEM "Library.xml">
    <!ENTITY Object_file SYSTEM "Object.xml">
    <!ENTITY PCH_file SYSTEM "PCH.xml">
    <!ENTITY PDF_file SYSTEM "PDF.xml">
    <!ENTITY PostScript_file SYSTEM "PostScript.xml">
    <!ENTITY Program_file SYSTEM "Program.xml">
    <!ENTITY RES_file SYSTEM "RES.xml">
    <!ENTITY SharedLibrary_file SYSTEM "SharedLibrary.xml">
    <!ENTITY SharedObject_file SYSTEM "SharedObject.xml">
    <!ENTITY StaticLibrary_file SYSTEM "StaticLibrary.xml">
    <!ENTITY StaticObject_file SYSTEM "StaticObject.xml">

    <!-- Construction Variables -->

    <!ENTITY copyright SYSTEM "copyright.xml">
    <!ENTITY errors SYSTEM "errors.xml">
    <!ENTITY preface SYSTEM "preface.xml">

]>

<book>
  <bookinfo>
    <title>SCons Reference Manual &buildversion;</title>

    <author>
      <firstname>Steven</firstname>
      <surname>Knight</surname>
    </author>

    <edition>Revision &buildrevision; (&builddate;)</edition>

    <pubdate>2003</pubdate>

    <copyright>
      <year>2003</year>
      <holder>Steven Knight</holder>
    </copyright>

    <legalnotice>
      &copyright;
    </legalnotice>

    <releaseinfo>version &buildversion;</releaseinfo>

  </bookinfo>

  <chapter id="chap-preface">
    <title>Preface</title>
    &preface;
  </chapter>

  <chapter id="chap-builders">
    <title>Builder Reference</title>

    <section id="sect-Alias">
      <title>The Alias Builder</title>
      &Alias_file;
    </section>

    <section id="sect-CFile">
      <title>The CFile Builder</title>
      &CFile_file;
    </section>

    <section id="sect-Command">
      <title>The Command Builder</title>
      &Command_file;
    </section>

    <section id="sect-CXXFile">
      <title>The CXXFile Builder</title>
      &CXXFile_file;
    </section>

    <section id="sect-Install">
      <title>The Install Builder</title>
      &Install_file;
    </section>

    <section id="sect-InstallAs">
      <title>The InstallAs Builder</title>
      &InstallAs_file;
    </section>

    <section id="sect-Library">
      <title>The Library Builder</title>
      &Library_file;
    </section>

    <section id="sect-Object">
      <title>The Object Builder</title>
      &Object_file;
    </section>

    <section id="sect-PCH">
      <title>The PCH Builder</title>
      &PCH_file;
    </section>

    <section id="sect-PDF">
      <title>The PDF Builder</title>
      &PDF_file;
    </section>

    <section id="sect-PostScript">
      <title>The PDF Builder</title>
      &PostScript_file;
    </section>

    <section id="sect-Program">
      <title>The Program Builder</title>
      &Program_file;
    </section>

    <section id="sect-RES">
      <title>The RES Builder</title>
      &RES_file;
    </section>

    <section id="sect-SharedLibrary">
      <title>The SharedLibrary Builder</title>
      &SharedLibrary_file;
    </section>

    <section id="sect-SharedObject">
      <title>The SharedObject Builder</title>
      &SharedObject_file;
    </section>

    <section id="sect-StaticLibrary">
      <title>The StaticLibrary Builder</title>
      &StaticLibrary_file;
    </section>

    <section id="sect-StaticObject">
      <title>The StaticObject Builder</title>
      &StaticObject_file;
    </section>

  </chapter>

  <chapter id="chap-variables">
    <title>&ConsVar; Reference</title>

    <section id="sect-AR">
      <title>AR</title>

      <para>

      X

      </para>

    </section>

  </chapter>

  <appendix id="chap-errors">
    <title>Errors Generated by &SCons;</title>
    &errors;
  </appendix>

</book>