summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 22:27:37 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 22:27:37 (GMT)
commit6af67d1431b5d534731ff0dc17ff306639a1a854 (patch)
tree5ce85eab2b68b7500ff5ce45049bcf57c3296e75 /doc/man
parent10afdcc2e22670940b7de6319f614cb177f83516 (diff)
downloadSCons-6af67d1431b5d534731ff0dc17ff306639a1a854.zip
SCons-6af67d1431b5d534731ff0dc17ff306639a1a854.tar.gz
SCons-6af67d1431b5d534731ff0dc17ff306639a1a854.tar.bz2
- corrected xincludes for MAN pages
- started to work on support for UserGuide examples - added xslt for transforming SCons XSD to Docbook documents - added SConstructs for all documents and titlepage for the UserGuide
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/scons-time.xml7
-rw-r--r--doc/man/scons.xml8
-rw-r--r--doc/man/sconsign.xml7
3 files changed, 12 insertions, 10 deletions
diff --git a/doc/man/scons-time.xml b/doc/man/scons-time.xml
index ca7545e..1539162 100644
--- a/doc/man/scons-time.xml
+++ b/doc/man/scons-time.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- lifted from troff+man by doclifter -->
-<refentry id='sconstime1'>
+<refentry id='sconstime1'
+ 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">
<!-- __COPYRIGHT__ -->
<!-- Permission is hereby granted, free of charge, to any person obtaining -->
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index f10a5bd..ba2fdcd 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -2140,7 +2140,7 @@ be redetected.</para>
<!-- '\" BEGIN GENERATED TOOL DESCRIPTIONS -->
<!-- '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -->
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../generated/tools.gen"/>
+<xsi:include xmlns:xsi="http://www.w3.org/2001/XInclude" href="../generated/tools.gen"/>
<!-- '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -->
<!-- '\" END GENERATED TOOL DESCRIPTIONS -->
@@ -2562,7 +2562,7 @@ provides the following builder methods:</para>
<!-- '\" BEGIN GENERATED BUILDER DESCRIPTIONS -->
<!-- '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -->
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../generated/builders.gen"/>
+<xsi:include xmlns:xsi="http://www.w3.org/2001/XInclude" href="../generated/builders.gen"/>
<!-- '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -->
<!-- '\" END GENERATED BUILDER DESCRIPTIONS -->
@@ -2720,7 +2720,7 @@ include:</para>
<!-- '\" BEGIN GENERATED FUNCTION DESCRIPTIONS -->
<!-- '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -->
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../generated/functions.gen"/>
+<xsi:include xmlns:xsi="http://www.w3.org/2001/XInclude" href="../generated/functions.gen"/>
<!-- '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -->
<!-- '\" END GENERATED FUNCTION DESCRIPTIONS -->
@@ -2992,7 +2992,7 @@ defined construction variables:</para>
<!-- '\" BEGIN GENERATED CONSTRUCTION VARIABLE DESCRIPTIONS -->
<!-- '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -->
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../generated/variables.gen"/>
+<xsi:include xmlns:xsi="http://www.w3.org/2001/XInclude" href="../generated/variables.gen"/>
<!-- '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -->
<!-- '\" END GENERATED CONSTRUCTION VARIABLE DESCRIPTIONS -->
diff --git a/doc/man/sconsign.xml b/doc/man/sconsign.xml
index 8f4a854..1c50c05 100644
--- a/doc/man/sconsign.xml
+++ b/doc/man/sconsign.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- lifted from troff+man by doclifter -->
-<refentry id='sconsign1'>
+<refentry id='sconsign1'
+ 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">
<!-- __COPYRIGHT__ -->
<!-- Permission is hereby granted, free of charge, to any person obtaining -->