1
0
Fork 0
forked from fun/fun

Added manpages for fun and funstx and some small code changes. (0.39.3)

This commit is contained in:
Johannes Findeisen 2026-03-19 23:39:21 +01:00
commit 69b9b87dd4
5 changed files with 188 additions and 13 deletions

View file

@ -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
)