Added manpages for fun and funstx and some small code changes. (0.39.3)
This commit is contained in:
parent
04951bee2a
commit
69b9b87dd4
5 changed files with 188 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
project(fun VERSION 0.39.2 LANGUAGES C)
|
||||
project(fun VERSION 0.39.3 LANGUAGES C)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
|
@ -433,3 +433,11 @@ endif()
|
|||
install(FILES README.md LICENSE
|
||||
DESTINATION /usr/share/doc/fun
|
||||
)
|
||||
|
||||
# - Manpages
|
||||
# Install section 1 manpages for the CLI tools
|
||||
install(FILES
|
||||
man/fun.1
|
||||
man/funstx.1
|
||||
DESTINATION /usr/share/man/man1
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue