Actually use WX_HTML_OUTPUT_DIR in Doxyfile
This should have been part of efa1c59141 (Allow setting
WX_HTML_OUTPUT_DIR to override default location, 2022-03-28) but was
forgotten there.
This commit is contained in:
parent
9bb2a02232
commit
c63de862c4
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ IGNORE_PREFIX = wx
|
|||
#---------------------------------------------------------------------------
|
||||
|
||||
GENERATE_HTML = $(GENERATE_HTML)
|
||||
HTML_OUTPUT = html
|
||||
HTML_OUTPUT = $(WX_HTML_OUTPUT_DIR)
|
||||
HTML_FILE_EXTENSION = .html
|
||||
HTML_HEADER = custom_header.html
|
||||
HTML_FOOTER = custom_footer.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue