[nemiver] Use new documentation infrastructure



commit 8f17d503b32fb61a8ae2c782ae6bc9a120273efa
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Aug 13 02:02:07 2012 +0900

    Use new documentation infrastructure
    
    	* Makefile.am:  Don't reference gnome-doc-utils.make.
    	* configure.ac: Don't use GNOME_DOC_INIT.  Use YELP_HELP_INIT.
    	* help/C/index.docbook: Rename help/C/nemiver.xml into this.
    	* help/Makefile.am: Update to drop the gnome-doc-utils variables
    	  and use the yelp variables instead.
    	* help/nemiver.omf.in: Drop this.

 Makefile.am                           |    9 +++------
 configure.ac                          |    2 +-
 help/C/{nemiver.xml => index.docbook} |    0
 help/Makefile.am                      |   18 +++++++++++-------
 help/nemiver.omf.in                   |   10 ----------
 5 files changed, 15 insertions(+), 24 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b2e5efb..5ec1242 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,8 +15,7 @@ INSTALL \
 COPYING \
 COPYRIGHT \
 $(headers) \
-$(INTLTOOL_FILES) \
-gnome-doc-utils.make
+$(INTLTOOL_FILES)
 
 doc:
 	$(MAKE) -C docs doc
@@ -97,7 +96,5 @@ cat-announcement:
 	@echo "Last but not least, do not forget to bump up the micro"
 	@echo "version component to the next (odd) number and commit."
 
-DISTCLEANFILES = $(INTLTOOL_FILES:.in=) \
-	gnome-doc-utils.make
-
-DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
+DISTCLEANFILES = \
+	$(INTLTOOL_FILES:.in=)
diff --git a/configure.ac b/configure.ac
index ac139c4..91be1fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,7 @@ AC_SUBST(nemiverlocaledir)
 dnl ***************************
 dnl Initialize GNOME doc utils
 dnl ***************************
-GNOME_DOC_INIT
+YELP_HELP_INIT
 
 dnl ***************************
 dnl a list of enablexxx options
diff --git a/help/C/nemiver.xml b/help/C/index.docbook
similarity index 100%
rename from help/C/nemiver.xml
rename to help/C/index.docbook
diff --git a/help/Makefile.am b/help/Makefile.am
index 3ad4821..abee34f 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,9 +1,12 @@
-include $(top_srcdir)/gnome-doc-utils.make
-dist-hook: doc-dist-hook
-DOC_MODULE = nemiver
-DOC_ENTITIES =
-DOC_INCLUDES = legal.xml
-DOC_FIGURES = \
+ YELP_HELP_RULES@
+
+HELP_ID = nemiver
+
+HELP_FILES = \
+	index.docbook \
+	legal.xml
+
+HELP_MEDIA = \
 			  figures/attach-dialog.png \
 			  figures/execute-dialog.png \
 			  figures/load-core-dialog.png \
@@ -18,4 +21,5 @@ DOC_FIGURES = \
 			  figures/connect-remote-dialog.png \
 			  figures/enabled-breakpoint.png \
 			  figures/disabled-breakpoint.png
-DOC_LINGUAS = cs de el es fr gl oc sl sv zh_CN
+
+HELP_LINGUAS = cs de el es fr gl oc sl sv zh_CN



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]