mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-18 17:14:38 +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')
|