diff --git a/CMakeLists.txt b/CMakeLists.txt index 3456b04..844c8da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.25) project(sc3dev - VERSION 0.0.1 + VERSION 1.0.0 LANGUAGES CXX HOMEPAGE_URL "https://git.wntrmute.dev/sc/sc3dev" DESCRIPTION "") diff --git a/cmake/docs.cmake b/cmake/docs.cmake index aa6d141..5ee980b 100644 --- a/cmake/docs.cmake +++ b/cmake/docs.cmake @@ -24,6 +24,7 @@ macro(md2man source) endmacro() md2man(./${PROJECT_NAME}-packager.1.md) +add_dependencies(${PROJECT_NAME}-packager manpages) ### Build documentation with Doxygen ###