From 10c879c638a95945f7183c01055606aa0b0c1acf Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sat, 20 Jul 2013 22:42:05 -0400 Subject: [PATCH] extra: Switch from gnome-doc-utils to yelp-tools https://bugzilla.gnome.org/show_bug.cgi?id=704633 --- configure.ac | 3 +-- help/Makefile.am | 12 ++++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index 7b94170..52489e7 100644 --- a/configure.ac +++ b/configure.ac @@ -80,8 +80,7 @@ AM_PROG_LIBTOOL dnl Help files -GNOME_DOC_INIT([0.18]) - +YELP_HELP_INIT dnl maintainer mode AM_MAINTAINER_MODE diff --git a/help/Makefile.am b/help/Makefile.am index 41110a3..35b6625 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,13 +1,9 @@ -include $(top_srcdir)/gnome-doc-utils.make +@YELP_HELP_RULES@ -dist-hook: doc-dist-hook +HELP_ID = anjuta-manual -DOC_ID = anjuta-manual -DOC_PAGES = \ - scintilla-plugin.page - -DOC_FIGURES = +HELP_FILES = scintilla-plugin.page -DOC_LINGUAS = de +HELP_LINGUAS = de -include $(top_srcdir)/git.mk -- 2.11.4.GIT