Add note re using manpath
This commit is contained in:
parent
b6caf8f7a5
commit
b39a953f69
|
@ -176,6 +176,7 @@ if (UNIX)
|
|||
find_program( XSLTPROC_FOUND xsltproc )
|
||||
if (XSLTPROC_FOUND)
|
||||
## NOTE: man name must match exe ie currently `tidy5.`` not `tidy.1`
|
||||
## also could use `manpath` command output to determine target install path
|
||||
message("*** Generating man ***")
|
||||
set(TIDY1XSL ../documentation/tidy1.xsl)
|
||||
set(TIDYHELP ${CMAKE_BINARY_DIR}/tidy-help.xml)
|
||||
|
|
Loading…
Reference in a new issue