Install documentation
This commit is contained in:
parent
fb362ef880
commit
d2ada77ccc
@ -14,3 +14,5 @@ endforeach ()
|
|||||||
add_custom_target(doc
|
add_custom_target(doc
|
||||||
COMMAND ${doxygen}
|
COMMAND ${doxygen}
|
||||||
COMMAND ${sphinx-build} -b html . html)
|
COMMAND ${sphinx-build} -b html . html)
|
||||||
|
|
||||||
|
install(DIRECTORY html/ DESTINATION share/doc/cppformat)
|
||||||
|
Loading…
Reference in New Issue
Block a user