mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-04-21 22:01:19 +02:00
8 lines
224 B
Batchfile
8 lines
224 B
Batchfile
env = Environment(DOCBOOK_PREFER_XSLTPROC=1, tools=['docbook'])
|
|
DOCBOOK_XSLTPROC = ARGUMENTS.get('DOCBOOK_XSLTPROC', "")
|
|
if DOCBOOK_XSLTPROC:
|
|
env['DOCBOOK_XSLTPROC'] = DOCBOOK_XSLTPROC
|
|
|
|
env.DocbookHtmlChunked('manual')
|
|
|