From 8e10dc825ba37b9a1c9faa684370f6271e33ecbc Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 4 Apr 2021 18:08:47 +0200 Subject: [PATCH] #114 fix message --- docs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index a60cf86..a641504 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -216,7 +216,7 @@ add_custom_target(install-man DEPENDS install-manpages) add_custom_target(install-htm DEPENDS install-htmpages) if(ZZIP_HTMLSITE) - install(CODE "message(STATUS \"Installing: html site to ${docdir}/man\")") + install(CODE "message(STATUS \"Installing: html site to ${docdir}\")") install(DIRECTORY ${outdir}/site/ DESTINATION ${docdir} MESSAGE_NEVER) endif() if(ZZIP_HTMPAGES) -- 2.40.0