edbus: Fix building doc outside of tree

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77094
This commit is contained in:
José Roberto de Souza 2012-09-26 18:16:28 +00:00 committed by Lucas De Marchi
parent dfab86df5e
commit 4f1ea191d6
1 changed files with 7 additions and 7 deletions

View File

@ -72,8 +72,8 @@ WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = YES
WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE =
INPUT = ../src/lib \
./examples.dox
INPUT = @top_srcdir@/src/lib \
@top_srcdir@/doc/examples.dox
INPUT_ENCODING = UTF-8
FILE_PATTERNS =
RECURSIVE = YES
@ -81,10 +81,10 @@ EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXCLUDE_SYMBOLS =
EXAMPLE_PATH = ../src/examples/
EXAMPLE_PATH = @top_srcdir@/src/examples/
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = YES
IMAGE_PATH = ../doc/images/
IMAGE_PATH = @top_srcdir@/doc/images/
INPUT_FILTER =
FILTER_PATTERNS =
FILTER_SOURCE_FILES = NO
@ -102,9 +102,9 @@ IGNORE_PREFIX = EDBUS_ edbus_
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_HEADER = ./head.html
HTML_FOOTER = ./foot.html
HTML_STYLESHEET = ./e.css
HTML_HEADER = @srcdir@/head.html
HTML_FOOTER = @srcdir@/foot.html
HTML_STYLESHEET = @srcdir@/e.css
HTML_COLORSTYLE_HUE = 220
HTML_COLORSTYLE_SAT = 100
HTML_COLORSTYLE_GAMMA = 80