]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Make the output directory used by doxygen absolute to avoid dependency on a particula...
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 23 Jan 2019 23:07:07 +0000 (00:07 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Wed, 13 Mar 2019 09:49:54 +0000 (10:49 +0100)
Doxyfile.in
doc/CMakeLists.txt

index b5bd51c9c8a03174f3d73b23b7834f2c089b1e10..f137750440572df703cbfbcff05e4fc1afa811c4 100644 (file)
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------------------
 PROJECT_NAME           = D-Bus
 PROJECT_NUMBER         = @VERSION@
-OUTPUT_DIRECTORY       = doc/api
+OUTPUT_DIRECTORY       = @top_builddir@/doc/api
 OUTPUT_LANGUAGE        = English
 EXTRACT_ALL            = NO
 EXTRACT_PRIVATE        = NO
index 5a5eb85a28c16391333239a738cdefe462a59279..6c29ba455aedd73cfdca3ede8ebed16389f306c9 100644 (file)
@@ -12,6 +12,7 @@ endif()
 
 if(DBUS_ENABLE_DOXYGEN_DOCS)
     set(top_srcdir ${CMAKE_SOURCE_DIR})
+    set(top_builddir ${CMAKE_BINARY_DIR})
     if(WIN32)
         set(DBUS_GENERATE_MAN NO)
     else()