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