Doxygen: Rework documentation make targets

* new target doxygen-pdf which build the latex output
* Add doxygen-pdf to documentation target
* Move documentaiton target definition to doxygen's CMakeLists.txt
This commit is contained in:
2019-11-14 19:32:54 +01:00
parent 9899b94db6
commit 3d5c4daad9
2 changed files with 11 additions and 4 deletions

View File

@@ -84,5 +84,3 @@ install (TARGETS ${PROJECT_NAME}
RUNTIME
DESTINATION bin
)
add_custom_target(documentation DEPENDS doxygen)