From e5cf3c2858e0b7a3e1570efee01f99968a1a48d1 Mon Sep 17 00:00:00 2001 From: Gerd v. Egidy Date: Sat, 14 Feb 2009 23:48:22 +0100 Subject: [PATCH] remove now-unneeded documentation-header --- CMakeLists.txt | 1 - doc/header.html | 42 ------------------------------------------ 2 files changed, 0 insertions(+), 43 deletions(-) delete mode 100644 doc/header.html diff --git a/CMakeLists.txt b/CMakeLists.txt index 92d9b87..b6aaac3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,6 @@ if(DOXYGEN_FOUND) set(DOXY_CONFIG "${DOXY_DIR}/Doxyfile.in") # Copy doxy.config.in - configure_file("${DOXY_DIR}/header.html" "${CMAKE_BINARY_DIR}/header.html" COPYONLY) configure_file("${DOXY_CONFIG}" "${CMAKE_BINARY_DIR}/doxy.config") add_custom_target(doc "${DOXYGEN_EXECUTABLE}" "doxy.config") diff --git a/doc/header.html b/doc/header.html deleted file mode 100644 index c97b74d..0000000 --- a/doc/header.html +++ /dev/null @@ -1,42 +0,0 @@ - - -$title - - - - - - - - - - - -
- - - - -
-
\ No newline at end of file -- 1.7.1