projects
/
zziplib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df44b8c
)
#114 fix message
author
Guido Draheim
<guidod@gmx.de>
Sun, 4 Apr 2021 16:08:47 +0000
(18:08 +0200)
committer
Guido Draheim
<guidod@gmx.de>
Sun, 4 Apr 2021 16:08:47 +0000
(18:08 +0200)
docs/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/docs/CMakeLists.txt
b/docs/CMakeLists.txt
index a60cf86c9d279b8322b810d2ccf30cb005354325..a641504fea09371f4f33ddaaf3d082feb663d06b 100644
(file)
--- 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)