libt2n: (tomj) fixed out of tree builds. Added ChangeLog and AUTHORS. Updated README...
[libt2n] / doc / Doxyfile.in
index 60bc3f7..1eb5131 100644 (file)
@@ -459,9 +459,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-# todo: is it possible to use shell variables here?
-
-INPUT                  = . ../src ../codegen
+INPUT                  = @top_srcdir@/doc @top_srcdir@/src @top_srcdir@/codegen
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -502,7 +500,7 @@ EXCLUDE_PATTERNS       =
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH           = ../examples-codegen/example1/ ../examples-codegen/example1-client/
+EXAMPLE_PATH           = @top_srcdir@/examples-codegen/example1/ @top_srcdir@/examples-codegen/example1-client/
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -652,7 +650,7 @@ HTML_FILE_EXTENSION    = .html
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard header.
 
-HTML_HEADER            = header.html
+HTML_HEADER            = @top_srcdir@/doc/header.html
 
 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 
 # each generated HTML page. If it is left blank doxygen will generate a