mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-20 17:24:23 +01:00
4 lines
135 B
Batchfile
4 lines
135 B
Batchfile
env = Environment(DOCBOOK_PREFER_XSLTPROC=1, tools=['docbook'])
|
|
env.DocbookHtmlhelp('manual', xsl='htmlhelp.xsl', base_dir='output/')
|
|
|