diff -Pdpru podofo-0.10.1.orig/CMakeLists.txt podofo-0.10.1/CMakeLists.txt --- podofo-0.10.1.orig/CMakeLists.txt 2023-06-29 10:54:06.000000000 +0200 +++ podofo-0.10.1/CMakeLists.txt 2023-06-30 08:27:55.519047131 +0200 @@ -250,6 +250,8 @@ endif() if(PODOFO_BUILD_TOOLS) add_subdirectory(tools) + SET(MANDIR "share/man/") + add_subdirectory(man) endif() # Enable packaging