From: Ralf Corsépius Date: Thu, 18 Oct 2007 16:12:29 +0000 (+0200) Subject: Eliminate @WITH_APIDOCS_TARGET@. X-Git-Tag: tznext/4.11.0.1.tizen20130304~5163 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f74ccbb75005643ee54216e449c8e2f7509270b;p=tools%2Flibrpm-tizen.git Eliminate @WITH_APIDOCS_TARGET@. Add EXCLUDE. --- diff --git a/Doxyfile.in b/Doxyfile.in index b10543e..97453e5 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -38,7 +38,7 @@ PROJECT_NUMBER = @VERSION@ # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = @WITH_APIDOCS_TARGET@ +OUTPUT_DIRECTORY = apidocs # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -522,7 +522,7 @@ RECURSIVE = NO # 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 = +EXCLUDE = @top_srcdir@/db @top_srcdir@/db.h # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded