# HG changeset patch # User Sadrul Habib Chowdhury # Date 1211414671 0 # Node ID 1db2bc34ea61ad56c50150126cf6aaed04fedf4a # Parent 78dad8135c7219795e8f1ad0c2620649be4c2648 Fix 'make docs' when builddir is not the same as srcdir. diff -r 78dad8135c72 -r 1db2bc34ea61 Doxyfile.in --- 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