From c53b59cb2519ac85e06b6de3fa60d5d21ca03a71 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 18 Apr 2012 16:50:37 +0200 Subject: Generate documentation with gtk-doc --- doc/CMakeLists.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 doc/CMakeLists.txt (limited to 'doc/CMakeLists.txt') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index aeb482e..0000000 --- a/doc/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -cmake_minimum_required(VERSION 2.8) - -#find_package(Doxygen) - -# --- Create Doxygen source documentation by typing `make doc` -#if(DOXYGEN_FOUND) -# configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile) -# configure_file(${CMAKE_CURRENT_SOURCE_DIR}/publish.sh.in ${CMAKE_CURRENT_BINARY_DIR}/publish.sh) -# -# add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/html/index.html -# COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile -# WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} -# DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../src/uca.h -# COMMENT "Generating API documentation with Doxygen" VERBATIM -# ) -# add_custom_target(docs ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/html/index.html) -#endif(DOXYGEN_FOUND) -- cgit v1.2.3