[giggle] Use new documentation infraestructure



commit 82d501477d5a327ba7ac77b6f8c64301b0177b07
Author: Javier JardÃn <jjardon gnome org>
Date:   Sun Jun 19 22:27:53 2011 +0100

    Use new documentation infraestructure

 .gitignore       |    1 -
 Makefile.am      |    3 +--
 autogen.sh       |    1 -
 configure.ac     |    2 +-
 help/Makefile.am |   14 ++++++--------
 5 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45b09af..7c9fab5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,6 @@ autom4te*
 config.*
 configure
 depcomp
-gnome-doc-utils.make
 install-sh
 libtool
 ltmain.sh
diff --git a/Makefile.am b/Makefile.am
index fc4640b..e565b01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,8 +8,7 @@ INTLTOOL = \
 	intltool-update.in
 
 EXTRA_DIST = \
-	$(INTLTOOL) \
-	gnome-doc-utils.make
+	$(INTLTOOL)
 
 DISTCLEANFILES = \
 	intltool-extract \
diff --git a/autogen.sh b/autogen.sh
index 47ea46a..79c9b69 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -28,7 +28,6 @@ fi
 
 mkdir -p build-aux
 
-gnome-doc-prepare --automake --copy --force
 autopoint --force
 AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
 
diff --git a/configure.ac b/configure.ac
index 13ac22e..eaf78f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME],[Define to the gettext package na
 dnl  -------------
 dnl | User Manual |---------------------------------------
 dnl  -------------
-GNOME_DOC_INIT([0.20])
+YELP_HELP_INIT
 
 dnl  -----------------------
 dnl | GIT command detection |----------------------------------
diff --git a/help/Makefile.am b/help/Makefile.am
index 4b29544..f633a38 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,9 +1,10 @@
-include $(top_srcdir)/build-aux/gnome-doc-utils.make
+ YELP_HELP_RULES@
 
-DOC_ID = giggle
-DOC_INCLUDES =
+HELP_ID = giggle
 
-DOC_PAGES = \
+HELP_LINGUAS = cs de es fr pl sl
+
+HELP_FILES = \
 	browse-view.page \
 	history-view.page \
 	index.page \
@@ -12,9 +13,6 @@ DOC_PAGES = \
 	opening-repositories.page \
 	tagging-commits.page
 
-DOC_FIGURES = \
+HELP_MEDIA = \
 	figures/giggle-browse_view_sections.png \
 	figures/giggle-history_view_sections.png
-
-DOC_LINGUAS = cs de es fr pl sl
-dist-hook: doc-dist-hook



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