From 665888986b9a3ca629b8fd54965d621296bd56bb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 28 Mar 2018 11:06:30 +0200 Subject: Add gtk-doc stuff This is really horrible and doesn't work 100%. Replace with something else ASAP --- CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ce7a6e26..773d246e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,6 +87,19 @@ add_subdirectory(libcrystfel) enable_testing() add_subdirectory(tests) +# API docs +find_package(GtkDoc 1.25) +if (GTKDOC_FOUND) + configure_file(doc/reference/libcrystfel/xml/gtkdocentities.ent.cmake.in + docs/xml/gtkdocentities.ent) + configure_file(doc/reference/libcrystfel/CrystFEL-docs.sgml + docs/CrystFEL-docs.sgml COPYONLY) + add_custom_target(documentation VERBATIM COMMAND + ${CMAKE_SOURCE_DIR}/doc/reference/libcrystfel/build-docs) + install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/docs/html + DESTINATION ${CMAKE_INSTALL_DOCDIR}) +endif (GTKDOC_FOUND) + # ---------------------------------------------------------------------- # Build Target # partial_sim -- cgit v1.2.3