From b39a953f69f74da60b34cf5185603f94a7bb62bd Mon Sep 17 00:00:00 2001 From: Pedro Date: Sat, 7 Mar 2015 22:11:51 +0000 Subject: [PATCH] Add note re using manpath --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1eee90..b160902 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)