Fixed rename to ocsync in doc subdir.

This commit is contained in:
Klaas Freitag 2012-10-05 14:54:13 +02:00
parent b27899ecc4
commit e7837c0716
4 changed files with 3 additions and 3 deletions

View file

@ -14,14 +14,14 @@ add_custom_target(man
add_custom_target(userguide
COMMAND
${CMAKE_CURRENT_SOURCE_DIR}/makeguide.sh csync.txt
${CMAKE_CURRENT_SOURCE_DIR}/makeguide.sh ocsync.txt
WORKING_DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}
)
install(
FILES
csync.1
ocsync.1
DESTINATION
${MAN_INSTALL_DIR}/man1
)
@ -30,5 +30,5 @@ install(
DIRECTORY
userguide
DESTINATION
${SHARE_INSTALL_PREFIX}/doc/csync
${SHARE_INSTALL_PREFIX}/doc/ocsync
)