htpp

htrdr-image post-processing
git clone git://git.meso-star.fr/htpp.git
Log | Files | Refs | README | LICENSE

commit 33a99267bf981a75e65184ecfdcad03fa9fdf6a6
parent 45b677a88d269f2f805c6512492c6dc8ed02d262
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 17 Nov 2020 10:36:57 +0100

Stop building html man on Unix systems

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -20,7 +20,7 @@ project(htpp C) set(HTPP_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../src) if(CMAKE_HOST_UNIX) - set(HTPP_DOC "TROFF & HTML" CACHE STRING + set(HTPP_DOC "TROFF" CACHE STRING "Type of documentation to generate and install.") else() set(HTPP_DOC "HTML" CACHE STRING