]> git.ipfire.org Git - thirdparty/ccache.git/commit
Improve CMake targets related to documentation
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 24 Sep 2020 19:14:11 +0000 (21:14 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 27 Sep 2020 15:05:14 +0000 (17:05 +0200)
commitde0baf709f556a31f903a99ec407501e1c0a758a
treeb54dc39ba7c3a7aeb22d4d2e968d21e7ae1e0643
parent2a36805568eed5d95fae1b5442716d991e930ff1
Improve CMake targets related to documentation

- Rename the documentation target to doc-html.
- Rename the manpage target to doc-man-page.
- Make the doc-html target not recreate documentation files each time it
  is run by using the OUTPUT form of add_custom_command.
- Similar for the doc-man-page target.
- Add doc target which builds both HTML documentation and man page.
.github/workflows/build.yaml
doc/CMakeLists.txt