[nautilus] docs: use SCAN_OPTIONS=--rebuild-types
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] docs: use SCAN_OPTIONS=--rebuild-types
- Date: Tue, 26 May 2015 03:41:48 +0000 (UTC)
commit 545a7660fa7758f506e9aef198fe6786a84b982a
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 25 15:19:24 2015 -0700
docs: use SCAN_OPTIONS=--rebuild-types
Avoids maintaining .types file in-tree.
configure.ac | 2 +-
docs/reference/libnautilus-extension/Makefile.am | 2 ++
.../libnautilus-extension.types | 11 -----------
3 files changed, 3 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index de9ce77..c5408d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ IT_PROG_INTLTOOL([0.40.1])
dnl ==========================================================================
-GTK_DOC_CHECK([1.4])
+GTK_DOC_CHECK([1.10],[--flavour no-tmpl])
dnl ==========================================================================
dnl Enable Profiling
diff --git a/docs/reference/libnautilus-extension/Makefile.am
b/docs/reference/libnautilus-extension/Makefile.am
index ac77ea4..56e3670 100644
--- a/docs/reference/libnautilus-extension/Makefile.am
+++ b/docs/reference/libnautilus-extension/Makefile.am
@@ -9,6 +9,8 @@ DOC_MODULE=libnautilus-extension
# The top-level SGML file.
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
+SCAN_OPTIONS=--rebuild-types
+
# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]