Get rid of the html directory when installing docs

This commit is contained in:
vitaut 2015-11-23 08:22:21 -08:00
parent 96731cebe1
commit 4118b89139

View File

@ -7,5 +7,5 @@ endif ()
add_custom_target(doc
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/build.py ${CPPFORMAT_VERSION})
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
DESTINATION share/doc/cppformat)