mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-14 18:48:58 +01:00
4 lines
107 B
Python
4 lines
107 B
Python
env = Environment(tools=['docbook'])
|
|
env.DocbookHtmlChunked('manual', xsl='html.xsl', base_dir='output/')
|
|
|