Issue #187 - correction for unix man page

This commit is contained in:
Geoff R. McLane 2015-03-19 18:06:49 +01:00
parent 47df5fddbc
commit 12b0fc74a9
2 changed files with 2 additions and 2 deletions

View file

@ -220,7 +220,7 @@ if (UNIX)
VERBATIM VERBATIM
) )
install(FILES ${CMAKE_BINARY_DIR}/${TIDY_MANFILE} DESTINATION local/man/man1) install(FILES ${CMAKE_BINARY_DIR}/${TIDY_MANFILE} DESTINATION man/man1)
endif () endif ()
endif () endif ()

View file

@ -24,7 +24,7 @@
the $CONFIG variable, declared here: the $CONFIG variable, declared here:
--> -->
<xsl:variable name="CONFIG" select="document('tidy-config.xml')"/> <xsl:variable name="CONFIG" select="document('../cmake/tidy-config.xml')"/>
<!-- Main Template: --> <!-- Main Template: -->