move generated documentation in dedicated directory

The documentation generated by Doxygen moves from doc/ to doc/build/.
There is a problem with using doc/ directory because when Doxygen produces the documentation, the doc/ directory is replaced so its content (style.css file) disappears.
This commit is contained in:
Stéphane Blondon
2025-04-10 09:01:36 +02:00
parent 790c03b071
commit e9905349fb
4 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ DX_RTF_FEATURE(OFF)
DX_XML_FEATURE(OFF)
DX_PDF_FEATURE(OFF)
DX_PS_FEATURE(OFF)
DX_INIT_DOXYGEN(PSPSDK, Doxyfile, doc)
DX_INIT_DOXYGEN(PSPSDK, Doxyfile, doc/build)
# Override the default prefix to point to where the pspdev tools should be installed.
# The binaries will end up in $prefix/bin, but pspsdk itself will end up in $prefix/$target/sdk.