mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-04 22:30:34 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user