summaryrefslogtreecommitdiffstats
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--BeautifulXMPPTesting.xml17
-rw-r--r--SConstruct2
2 files changed, 18 insertions, 1 deletions
diff --git a/BeautifulXMPPTesting.xml b/BeautifulXMPPTesting.xml
index fb92ad1..4557a42 100644
--- a/BeautifulXMPPTesting.xml
+++ b/BeautifulXMPPTesting.xml
@@ -956,4 +956,21 @@
956 </para> 956 </para>
957 </colophon> 957 </colophon>
958 958
959 <colophon>
960 <title>About this Article</title>
961 <para>
962 The original version of this article appeared as a chapter in <ulink
963 url="http://oreilly.com/catalog/9780596159825"><citetitle>Beautiful
964 Testing</citetitle></ulink>.
965 </para>
966 </colophon>
967
968 <colophon>
969 <title>Copyright</title>
970 <para>
971 This work is licensed under a <ulink url="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0
972 License</ulink>.
973 </para>
974 </colophon>
975
959</article> 976</article>
diff --git a/SConstruct b/SConstruct
index b0cb21b..b313c00 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1,6 +1,6 @@
1import os 1import os
2 2
3env = Environment() 3env = Environment(ENV = {'PATH' : os.environ['PATH']})
4env.Tool("docbook-kit", toolpath = ["docbook-kit/tools/SCons"], docbookkit_dir = "docbook-kit", docbook_dir = "docbook") 4env.Tool("docbook-kit", toolpath = ["docbook-kit/tools/SCons"], docbookkit_dir = "docbook-kit", docbook_dir = "docbook")
5Export("env") 5Export("env")
6 6