From f3eeb9aaa6d153f822925ad200eb4022cbca5de1 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Sat, 6 Nov 2010 17:31:39 +0100 Subject: [PATCH] do not documentify: test, tutorial, contrib and app, that are not part of the framework by itself --- eo/doc/eo.cfg.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/doc/eo.cfg.cmake b/eo/doc/eo.cfg.cmake index 35ce7680c..362102bbc 100644 --- a/eo/doc/eo.cfg.cmake +++ b/eo/doc/eo.cfg.cmake @@ -600,7 +600,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = @CMAKE_SOURCE_DIR@/src/obsolete +EXCLUDE = @CMAKE_SOURCE_DIR@/src/obsolete @CMAKE_SOURCE_DIR@/test @CMAKE_SOURCE_DIR@/tutorial @CMAKE_SOURCE_DIR@/contrib @CMAKE_SOURCE_DIR@/app # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded