[brasero/wip/hadess/add-ci] docs: Fix linking of gtk-doc scanning tool
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero/wip/hadess/add-ci] docs: Fix linking of gtk-doc scanning tool
- Date: Thu, 9 Sep 2021 20:50:20 +0000 (UTC)
commit c365f56926d5fda6c4bcf8bfbdaa41c2e9392155
Author: Bastien Nocera <hadess hadess net>
Date: Thu Sep 9 22:49:18 2021 +0200
docs: Fix linking of gtk-doc scanning tool
Which means that gtk-doc can now list the object types and generate a
tree_index.sgml file.
docs/reference/libbrasero-burn/Makefile.am | 4 ++--
docs/reference/libbrasero-media/Makefile.am | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docs/reference/libbrasero-burn/Makefile.am b/docs/reference/libbrasero-burn/Makefile.am
index 2636c4b2..8017d740 100644
--- a/docs/reference/libbrasero-burn/Makefile.am
+++ b/docs/reference/libbrasero-burn/Makefile.am
@@ -18,7 +18,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR=../../../libbrasero-burn
+DOC_SOURCE_DIR=$(top_srcdir)/libbrasero-burn $(top_builddir)/libbrasero-burn
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=
@@ -114,7 +114,7 @@ AM_CPPFLAGS= \
$(BRASERO_IO_CFLAGS) \
$(BRASERO_GTK_CFLAGS)
-GTKDOC_LIBS=$(top_builddir)/libbrasero-media/libbrasero-media.la
$(top_builddir)/libbrasero-burn/libbrasero-burn.la
+GTKDOC_LIBS=$(top_builddir)/libbrasero-media/libbrasero-media3.la
$(top_builddir)/libbrasero-burn/libbrasero-burn3.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
diff --git a/docs/reference/libbrasero-media/Makefile.am b/docs/reference/libbrasero-media/Makefile.am
index 6c25dbbf..703e9a98 100644
--- a/docs/reference/libbrasero-media/Makefile.am
+++ b/docs/reference/libbrasero-media/Makefile.am
@@ -18,7 +18,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR=../../../libbrasero-media
+DOC_SOURCE_DIR=$(top_srcdir)/libbrasero-media $(top_builddir)/libbrasero-media
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=
@@ -111,7 +111,7 @@ AM_CPPFLAGS= \
$(BRASERO_IO_CFLAGS) \
$(BRASERO_GTK_CFLAGS)
-GTKDOC_LIBS=$(top_builddir)/libbrasero-media/libbrasero-media.la
+GTKDOC_LIBS=$(top_builddir)/libbrasero-media/libbrasero-media3.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]