Issue #187 - correction for unix man page
This commit is contained in:
parent
47df5fddbc
commit
12b0fc74a9
|
@ -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 ()
|
||||||
|
|
||||||
|
|
|
@ -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: -->
|
||||||
|
|
Loading…
Reference in a new issue