diff --git a/assets/man/json2batch.troff b/assets/man/json2batch.troff index da2261772..d4745dc6f 100644 --- a/assets/man/json2batch.troff +++ b/assets/man/json2batch.troff @@ -2,7 +2,7 @@ .SH NAME .B JSON2Batch -\- 0.3.0 +\- 0.3.1 .SH SYNOPSIS .B json2batch diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt index 8ef2dfc0f..40c59bd0e 100644 --- a/conf/CMakeLists.txt +++ b/conf/CMakeLists.txt @@ -17,5 +17,5 @@ configure_file(${PROJECT_SOURCE_DIR}/conf/easylogging.in.conf # Man page with latest info configure_file(${PROJECT_SOURCE_DIR}/conf/man1.in.troff - ../assets/man/${EXECUTABLE_NAME}.troff) + ${PROJECT_SOURCE_DIR}/assets/man/${EXECUTABLE_NAME}.troff)