[Lemon-commits] [lemon_svn] alpar: r2919 - hugo/trunk/doc

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:51:14 CET 2006


Author: alpar
Date: Mon Sep  4 21:12:44 2006
New Revision: 2919

Modified:
   hugo/trunk/doc/Doxyfile.in

Log:
'make doc' is now working also in case of external build.

Modified: hugo/trunk/doc/Doxyfile.in
==============================================================================
--- hugo/trunk/doc/Doxyfile.in	(original)
+++ hugo/trunk/doc/Doxyfile.in	Mon Sep  4 21:12:44 2006
@@ -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 



More information about the Lemon-commits mailing list