summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@hora-obscura.de>2019-03-31 10:49:00 +0000
committerStefan Sauer <ensonic@hora-obscura.de>2019-03-31 10:49:00 +0000
commit8e47e3f691019d65d53387663152233f3b646e72 (patch)
tree205e2a30c63d5b0dd0e756df3ea8bb877f1ddabf
parent10a9dea1a1194e2ac599b56ed8e8f271399ff12c (diff)
parent54a7559bd41fbe0d783e2e9b11183c9efc0637e0 (diff)
downloadgtk-doc-8e47e3f691019d65d53387663152233f3b646e72.tar.gz
Merge branch 'tintou/cmake-no-subdir' into 'master'
cmake: Do not use a subdirectory to generate all the files See merge request GNOME/gtk-doc!23
-rw-r--r--buildsystems/cmake/GtkDocConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildsystems/cmake/GtkDocConfig.cmake b/buildsystems/cmake/GtkDocConfig.cmake
index 57b2aac..ea77ab4 100644
--- a/buildsystems/cmake/GtkDocConfig.cmake
+++ b/buildsystems/cmake/GtkDocConfig.cmake
@@ -159,7 +159,7 @@ function(gtk_doc_add_module _doc_prefix)
endforeach()
# a directory to store output.
- set(_output_dir "${CMAKE_CURRENT_BINARY_DIR}/${_doc_prefix}")
+ set(_output_dir "${CMAKE_CURRENT_BINARY_DIR}")
set(_output_dir_stamp "${_output_dir}/dir.stamp")
# set default sgml file if not specified