[release-notes/gnome-3-4] build: Use new documentation infrastructure



commit ad90c4f4e815d8d24253c2c32ae05b93493e8e82
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Mar 16 13:31:01 2012 +0000

    build: Use new documentation infrastructure

 Makefile.am      |    5 -----
 configure.ac     |    2 +-
 help/Makefile.am |   11 ++++++-----
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2d03dc6..15831f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1 @@
 SUBDIRS = help
-
-EXTRA_DIST = gnome-doc-utils.make
-DISTCLEANFILE = gnome-doc-utils.make
-DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
-
diff --git a/configure.ac b/configure.ac
index 56db083..efc6aff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([release-notes],[3.4])
 AM_INIT_AUTOMAKE([foreign])
 AM_MAINTAINER_MODE([enable])
 
-GNOME_DOC_INIT
+YELP_HELP_INIT
 
 AC_CONFIG_FILES([
 Makefile
diff --git a/help/Makefile.am b/help/Makefile.am
index 9e472da..415a696 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,8 +1,9 @@
 # Fake Makefile.am to get the directory noticed by library.gnome.org
-include $(top_srcdir)/gnome-doc-utils.make
+ YELP_HELP_RULES@
 
-DOC_MODULE = release-notes
-DOC_INCLUDES = \
+HELP_ID = release-notes
+
+HELP_FILES = \
  rnusers.xml \
  rna11y.xml \
  rndevelopers.xml \
@@ -11,7 +12,7 @@ DOC_INCLUDES = \
  rnlookingforward.xml \
  $(NULL)
 
-DOC_FIGURES = \
+HELP_MEDIA = \
  $(NULL)
 
-DOC_LINGUAS = cs es gl pl
+HELP_LINGUAS = cs es gl pl



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