aa090b5f21
Add man pages for those programs that did not have one (exceptions: yasim and yasim-proptest) and update the existing ones to make them compliant with man-pages(7) conventions.
4 lines
122 B
CMake
4 lines
122 B
CMake
if(NOT WIN32) # Don't install man pages on Windows
|
|
add_subdirectory(man1)
|
|
add_subdirectory(man5)
|
|
endif(NOT WIN32)
|