Changeset View
Changeset View
Standalone View
Standalone View
files/configure-manpages.patch
- This file was added.
| --- a/CMakeLists.txt | |||||
| +++ b/CMakeLists.txt | |||||
| @@ -190,6 +190,9 @@ endif () | |||||
| if (build_doc) | |||||
| add_subdirectory(examples) | |||||
| add_subdirectory(doc) | |||||
| +else () | |||||
| + configure_file(${PROJECT_SOURCE_DIR}/doc/doxygen.1 ${PROJECT_BINARY_DIR}/man/doxygen.1) | |||||
| + configure_file(${PROJECT_SOURCE_DIR}/doc/doxywizard.1 ${PROJECT_BINARY_DIR}/man/doxywizard.1) | |||||
| endif () | |||||
| add_subdirectory(addon) | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.