mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-14 18:48:58 +01:00
5 lines
153 B
Batchfile
5 lines
153 B
Batchfile
env = Environment(DOCBOOK_PREFER_XSLTPROC=1, tools=['docbook'])
|
|
env.Append(DOCBOOK_XSLTPROCFLAGS=['--novalid', '--nonet'])
|
|
env.DocbookSlidesPdf('virt')
|
|
|