diff Doxyfile.in @ 23165:1db2bc34ea61

Fix 'make docs' when builddir is not the same as srcdir.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 22 May 2008 00:04:31 +0000
parents cc0df68f6fa9
children b8a73b6dc0a4
line wrap: on
line diff
--- a/Doxyfile.in	Wed May 21 23:52:31 2008 +0000
+++ b/Doxyfile.in	Thu May 22 00:04:31 2008 +0000
@@ -485,11 +485,11 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = libpurple \
-                         finch \
-                         finch/libgnt \
-                         pidgin \
-                         doc
+INPUT                  = @top_srcdir@/libpurple \
+                         @top_srcdir@/finch \
+                         @top_srcdir@/finch/libgnt \
+                         @top_srcdir@/pidgin \
+                         @top_srcdir@/doc
 
 # This tag can be used to specify the character encoding of the source files that 
 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default