summaryrefslogtreecommitdiff
path: root/buildsystems
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2018-10-05 15:14:49 +0200
committerCorentin Noël <corentin@elementary.io>2018-10-05 15:14:49 +0200
commit91c18b9b4df14d0cafaddb2c6d173aa231f58bc4 (patch)
tree8a9e960b766b2d9f6061cc881ebd5c22e6482ae9 /buildsystems
parenta79d53d71eaf9508f2ef15dc8854fa2e082bcf3e (diff)
downloadgtk-doc-91c18b9b4df14d0cafaddb2c6d173aa231f58bc4.tar.gz
cmake: fix typo when using gtkdoc-fixxref
Diffstat (limited to 'buildsystems')
-rw-r--r--buildsystems/cmake/GtkDocConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildsystems/cmake/GtkDocConfig.cmake.in b/buildsystems/cmake/GtkDocConfig.cmake.in
index 9d41696..0df276d 100644
--- a/buildsystems/cmake/GtkDocConfig.cmake.in
+++ b/buildsystems/cmake/GtkDocConfig.cmake.in
@@ -290,7 +290,7 @@ function(gtk_doc_add_module _doc_prefix)
cd ${_output_dir} && ${GTKDOC_FIXXREF_EXE}
--module=${_doc_prefix}
--module-dir=${_output_html_dir}
- ${_fixxref_opts}
+ ${_fixxrefopts}
COMMENT
"Generating HTML documentation for ${_doc_prefix} module with gtkdoc-mkhtml"
VERBATIM)