summaryrefslogtreecommitdiffstats
path: root/test/Docbook/basic/html/image
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-12-20 21:21:12 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-12-20 21:21:12 (GMT)
commit2d4664140f8eb4b2c28c7f7ea72b904093c3ac16 (patch)
tree91d7e37c70d5bfbe090c2e0db21657978669732b /test/Docbook/basic/html/image
parent49f23291e62a741a5f53a3e37f606588a2e0d2f0 (diff)
downloadSCons-2d4664140f8eb4b2c28c7f7ea72b904093c3ac16.zip
SCons-2d4664140f8eb4b2c28c7f7ea72b904093c3ac16.tar.gz
SCons-2d4664140f8eb4b2c28c7f7ea72b904093c3ac16.tar.bz2
- added xsltproc tests and improved handling of the base_dir parameter
Diffstat (limited to 'test/Docbook/basic/html/image')
-rw-r--r--test/Docbook/basic/html/image/SConstruct.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Docbook/basic/html/image/SConstruct.cmd b/test/Docbook/basic/html/image/SConstruct.cmd
new file mode 100644
index 0000000..20b4aa2
--- /dev/null
+++ b/test/Docbook/basic/html/image/SConstruct.cmd
@@ -0,0 +1,3 @@
+env = Environment(DOCBOOK_PREFER_XSLTPROC=1, tools=['docbook'])
+env.DocbookHtml('manual')
+