Install documentation

This commit is contained in:
vitaut 2015-04-09 07:21:42 -07:00
parent fb362ef880
commit d2ada77ccc

View File

@ -14,3 +14,5 @@ endforeach ()
add_custom_target(doc
COMMAND ${doxygen}
COMMAND ${sphinx-build} -b html . html)
install(DIRECTORY html/ DESTINATION share/doc/cppformat)