mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-20 17:24:23 +01:00
8 lines
114 B
Python
8 lines
114 B
Python
|
Import('env')
|
||
|
|
||
|
#
|
||
|
# Create document
|
||
|
#
|
||
|
env.DocbookXslt('out.xml', 'in.xml',
|
||
|
xsl='to_docbook.xslt')
|