summaryrefslogtreecommitdiffstats
path: root/test/Docbook/basic/man/image/SConstruct
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 23:17:54 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 23:17:54 (GMT)
commit2fbab041df44f30a342fc7c0b43bb0808638c7e0 (patch)
treed0af9a1d5bab726ac6f3a402b2bd715f36fb969c /test/Docbook/basic/man/image/SConstruct
parent0947775a51fa7bdb446b40c08f417fe6ce1ebbdc (diff)
downloadSCons-2fbab041df44f30a342fc7c0b43bb0808638c7e0.zip
SCons-2fbab041df44f30a342fc7c0b43bb0808638c7e0.tar.gz
SCons-2fbab041df44f30a342fc7c0b43bb0808638c7e0.tar.bz2
- added documentation and tests for the new Docbook tool
Diffstat (limited to 'test/Docbook/basic/man/image/SConstruct')
-rw-r--r--test/Docbook/basic/man/image/SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Docbook/basic/man/image/SConstruct b/test/Docbook/basic/man/image/SConstruct
new file mode 100644
index 0000000..ddfcfbc
--- /dev/null
+++ b/test/Docbook/basic/man/image/SConstruct
@@ -0,0 +1,3 @@
+env = Environment(tools=['docbook'])
+env.DocbookMan('refdb')
+