# HG changeset patch # User alpar # Date 1113150386 0 # Node ID 6b2bdd70fe99fb7b2b51ad30ded8eb9e9fab97e5 # Parent fd5fd79123fdb7ff83aa4defdf15d8738067ae1b 'make docs' and 'make install' is also working now in external build-dir diff -r fd5fd79123fd -r 6b2bdd70fe99 doc/Doxyfile.in --- a/doc/Doxyfile.in Sat Apr 09 20:45:28 2005 +0000 +++ b/doc/Doxyfile.in Sun Apr 10 16:26:26 2005 +0000 @@ -115,7 +115,7 @@ # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = ../src +STRIP_FROM_PATH = @abs_top_srcdir@/src # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells @@ -124,7 +124,7 @@ # definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. -STRIP_FROM_INC_PATH = ../src +STRIP_FROM_INC_PATH = @abs_top_srcdir@/src # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems @@ -450,26 +450,11 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = mainpage.dox \ - getstart.dox \ - quicktour.dox \ - demoprograms.dox \ - graphs.dox \ - undir_graphs.dox \ - named-param.dox \ - maps.dox \ - coding_style.dox \ - groups.dox \ - namespaces.dox \ - license.dox \ - developers_interface.dox \ - graph_io.dox \ - dirs.dox \ - gwrappers.dox \ - ../src/lemon \ - ../src/lemon/concept \ - ../src/demo \ - ../src/test/test_tools.h +INPUT = @abs_top_srcdir@/doc \ + @abs_top_srcdir@/src/lemon \ + @abs_top_srcdir@/src/lemon/concept \ + @abs_top_srcdir@/src/demo \ + @abs_top_srcdir@/src/test/test_tools.h # 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 @@ -478,7 +463,7 @@ # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm -FILE_PATTERNS = +FILE_PATTERNS = *.h *.cc *.dox # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO.