summaryrefslogtreecommitdiffstats
path: root/doc/user/make.xml
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 22:12:43 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 22:12:43 (GMT)
commite70f1133e2725460290ec719351a33dd28c1df3e (patch)
treeb37d71196a6afd7eeb3271c651e86bf3d810dbcd /doc/user/make.xml
parent9e7cf970a730549348fd22a0921ea0ed2e894a69 (diff)
downloadSCons-e70f1133e2725460290ec719351a33dd28c1df3e.zip
SCons-e70f1133e2725460290ec719351a33dd28c1df3e.tar.gz
SCons-e70f1133e2725460290ec719351a33dd28c1df3e.tar.bz2
- added first version of the SCons XSD
- rewrote User Guide XML files, such that they are valid against it
Diffstat (limited to 'doc/user/make.xml')
-rw-r--r--doc/user/make.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/user/make.xml b/doc/user/make.xml
index 72b2df1..b553b3e 100644
--- a/doc/user/make.xml
+++ b/doc/user/make.xml
@@ -1,3 +1,24 @@
+<?xml version='1.0'?>
+<!DOCTYPE sconsdoc [
+ <!ENTITY % scons SYSTEM "../scons.mod">
+ %scons;
+
+ <!ENTITY % builders-mod SYSTEM "../generated/builders.mod">
+ %builders-mod;
+ <!ENTITY % functions-mod SYSTEM "../generated/functions.mod">
+ %functions-mod;
+ <!ENTITY % tools-mod SYSTEM "../generated/tools.mod">
+ %tools-mod;
+ <!ENTITY % variables-mod SYSTEM "../generated/variables.mod">
+ %variables-mod;
+]>
+
+<appendix id="app-make"
+ xmlns="http://www.scons.org/dbxsd/v1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+<title>Converting From Make</title>
+
<!--
__COPYRIGHT__
@@ -119,3 +140,5 @@ the makefiles.
</para>
</section>
+
+</appendix>