]> granicus.if.org Git - zziplib/commitdiff
#114 fix message
authorGuido Draheim <guidod@gmx.de>
Sun, 4 Apr 2021 16:08:47 +0000 (18:08 +0200)
committerGuido Draheim <guidod@gmx.de>
Sun, 4 Apr 2021 16:08:47 +0000 (18:08 +0200)
docs/CMakeLists.txt

index a60cf86c9d279b8322b810d2ccf30cb005354325..a641504fea09371f4f33ddaaf3d082feb663d06b 100644 (file)
@@ -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)