# HG changeset patch # User alpar # Date 1157397164 0 # Node ID eaf16c8f6fef5b3fa0e7728c4484823e12276929 # Parent 8057a4245685cb34705a45622a5cc5f10304b008 'make doc' is now working also in case of external build. diff -r 8057a4245685 -r eaf16c8f6fef doc/Doxyfile.in --- a/doc/Doxyfile.in Mon Sep 04 12:27:03 2006 +0000 +++ b/doc/Doxyfile.in Mon Sep 04 19:12:44 2006 +0000 @@ -494,9 +494,9 @@ # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = ../demo \ - ../LICENSE \ - . +EXAMPLE_PATH = @abs_top_srcdir@/demo \ + @abs_top_srcdir@/LICENSE \ + @abs_top_srcdir@/doc # 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