pidgin.next.minor: cc7f4b61: Fix 'make docs' when builddir is not the...

sadrul at pidgin.im sadrul at pidgin.im
Wed May 21 20:10:41 EDT 2008


-----------------------------------------------------------------
Revision: cc7f4b619abfac8e55cbc74536da8de1f94de29d
Ancestor: 2d26512f6d23159e95543a30b6193e9099f4ce99
Author: sadrul at pidgin.im
Date: 2008-05-22T00:04:31
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/cc7f4b619abfac8e55cbc74536da8de1f94de29d

Modified files:
        Doxyfile.in

ChangeLog: 

Fix 'make docs' when builddir is not the same as srcdir.

-------------- next part --------------
============================================================
--- Doxyfile.in	ddfa839ee93f504932e04827136022378a0a5884
+++ Doxyfile.in	8477c5c4ca55496d672aa6e414e975e32eabef1d
@@ -485,11 +485,11 @@ WARN_LOGFILE           = 
 # 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 


More information about the Commits mailing list