repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added release.txt blurb. Fixed spelling typo in Defaults.xml
[scons.git]
/
test
/
Docbook
/
basedir
/
htmlhelp
/
image
/
SConstruct
blob
3ca5e8f71173ba4c6cf71f1497d2135a654064cc
1
# SPDX-License-Identifier: MIT
2
#
3
# Copyright The SCons Foundation
4
5
DefaultEnvironment
(
tools
=[])
6
env
=
Environment
(
tools
=[
'docbook'
])
7
env
.
DocbookHtmlhelp
(
'manual'
,
xsl
=
'htmlhelp.xsl'
,
base_dir
=
'output/'
)
8