Add note re using manpath

This commit is contained in:
Pedro 2015-03-07 22:11:51 +00:00
parent b6caf8f7a5
commit b39a953f69
1 changed files with 1 additions and 0 deletions

View File

@ -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)