mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-22 19:17:38 +01:00
10 lines
150 B
Python
10 lines
150 B
Python
import os
|
|
|
|
env = Environment(tools=['docbook'])
|
|
|
|
#
|
|
# Create document
|
|
#
|
|
env.DocbookXslt('out.xml', 'in.xml',
|
|
xsl='./to_docbook.xslt')
|