From c63de862c43da2b3c3ee03d6a0bba9e45ba61faf Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 30 Mar 2022 16:35:45 +0200 Subject: [PATCH] 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. --- docs/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 99281e34ba..41f8fed31e 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -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