John Beard
2f3196c18c
Fix docset generation
2 years ago
Marek Roszko
8ab9934143
Use our own cmake module path variable to avoid conflicting with the main ones listy functional
3 years ago
Marek Roszko
98d9911c7d
Move /Documentation to /doxygen
3 years ago
Ian McInerney
59a495948e
Ensure the version header is rebuilt for the docset creation
4 years ago
Ian McInerney
fdf6318218
Ensure cmake commands depend on the cmake file they use
Without this dependency, the build stage won't rerun
if the CMake file changes on disk.
5 years ago
Ian McInerney
beb50c529e
Reorganize the CMake folder to separate build and configure steps
The BuildSteps folder now contains the CMake scripts that are
called during the build process as individual stages, while
the root CMakeModules directory contains the CMake files used
during the configuration phase.
5 years ago
Ian McInerney
d72a778f19
Move Doxygen test to main CMake scope
Fixes https://gitlab.com/kicad/code/kicad/issues/4468
6 years ago
Ian McInerney
0658d297e5
Cleanup cmake for documentation creation
6 years ago
John Beard
4363cc0bec
Docs: add docset generation target
This is a CMake (non-ALL) target that will build a Zeal-compatible
docset from a version of the doxygen HTML.
To do this, doxytag2zeal is used.
7 years ago