'make doc' is now working also in case of external build.
authoralpar
Mon, 04 Sep 2006 19:12:44 +0000
changeset 2194eaf16c8f6fef
parent 2193 8057a4245685
child 2195 f47faf6913ab
'make doc' is now working also in case of external build.
doc/Doxyfile.in
     1.1 --- a/doc/Doxyfile.in	Mon Sep 04 12:27:03 2006 +0000
     1.2 +++ b/doc/Doxyfile.in	Mon Sep 04 19:12:44 2006 +0000
     1.3 @@ -494,9 +494,9 @@
     1.4  # directories that contain example code fragments that are included (see 
     1.5  # the \include command).
     1.6  
     1.7 -EXAMPLE_PATH           = ../demo \
     1.8 -                         ../LICENSE \
     1.9 -                         .
    1.10 +EXAMPLE_PATH           = @abs_top_srcdir@/demo \
    1.11 +                         @abs_top_srcdir@/LICENSE \
    1.12 +                         @abs_top_srcdir@/doc
    1.13  
    1.14  # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
    1.15  # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp