[gedit] docs: gtk-doc fixxref: fix the path for gtk and add path for tepl
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] docs: gtk-doc fixxref: fix the path for gtk and add path for tepl
- Date: Tue, 19 Nov 2019 07:00:26 +0000 (UTC)
commit aaaa28a878090a7f6638ea1a3d8a018f606cabef
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Nov 19 07:55:11 2019 +0100
docs: gtk-doc fixxref: fix the path for gtk and add path for tepl
docs/reference/meson.build | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index 5155d2cfc..9cc2d1e5d 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -5,7 +5,10 @@ gobject_prefix = gobject_dep.get_pkgconfig_variable('prefix')
gobject_docpath = join_paths(gobject_prefix, 'share', 'gtk-doc', 'html', 'gobject')
gtk_prefix = gtk_dep.get_pkgconfig_variable('prefix')
-gtk_docpath = join_paths(gobject_prefix, 'share', 'gtk-doc', 'html', 'gtk')
+gtk_docpath = join_paths(gtk_prefix, 'share', 'gtk-doc', 'html', 'gtk')
+
+tepl_prefix = tepl_dep.get_pkgconfig_variable('prefix')
+tepl_docpath = join_paths(tepl_prefix, 'share', 'gtk-doc', 'html', 'tepl-4.0')
gedit_doc_deps = [
glib_dep,
@@ -85,6 +88,7 @@ libgedit_reference_fixxref_args = [
'--extra-dir=@0@'.format(glib_docpath),
'--extra-dir=@0@'.format(gobject_docpath),
'--extra-dir=@0@'.format(gtk_docpath),
+ '--extra-dir=@0@'.format(tepl_docpath),
]
gnome.gtkdoc(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]