Skip to content

Commit

Permalink
Installation: Fix license filename to install into docs directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
adedov committed Jan 19, 2016
1 parent 4fe8b53 commit a58cf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ endif (DOXYGEN_NOTFOUND)
configure_file(libiqxmlrpc.doxygen.in libiqxmlrpc.doxygen @ONLY)

add_custom_target(libiqxmlrpc.html ALL
doxygen ${CMAKE_BINARY_DIR}/doc/libiqxmlrpc.doxygen
doxygen ${CMAKE_BINARY_DIR}/doc/libiqxmlrpc.doxygen
DEPENDS ${CMAKE_BINARY_DIR}/doc/libiqxmlrpc.doxygen)

set(PROJ_DOC share/doc/libiqxmlrpc-${Libiqxmlrpc_VERSION})
install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/libiqxmlrpc.html DESTINATION ${PROJ_DOC})
install(FILES ../LICENSE ../NEWS ../README DESTINATION ${PROJ_DOC})
install(FILES ../License ../NEWS ../README DESTINATION ${PROJ_DOC})

set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES libiqxmlrpc.html)

0 comments on commit a58cf99

Please sign in to comment.