[bijiben] Yelp: port to new autotools



commit 94e52642719806e071d1cbdacc6dd80804c1688a
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Thu Nov 22 20:17:53 2012 +0100

    Yelp: port to new autotools

 .gitignore       |    1 -
 configure.ac     |    2 +-
 help/Makefile.am |   18 ++++++++++--------
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5225e96..f5abd1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,7 +24,6 @@ autom4te.cache
 autogen.err
 stamp-*
 aclocal.m4
-gnome-doc-utils.make
 Makefile
 Makefile.in
 data/bijiben.desktop
diff --git a/configure.ac b/configure.ac
index d90327d..ecda505 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ GNOME_COMMON_INIT
 GNOME_DOC_PREPARE
 
 
-GNOME_DOC_INIT([0.17.3])
+YELP_HELP_INIT
 
 
 dnl ***************************************************************************
diff --git a/help/Makefile.am b/help/Makefile.am
index 30da0d0..6ed65c3 100755
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,11 +1,11 @@
 
-include $(top_srcdir)/gnome-doc-utils.make
-dist-hook: doc-dist-hook
+ YELP_HELP_RULES@
 
-DOC_ID = bijiben
-DOC_FIGURES = \
-	figures/bijiben-note.png \
-DOC_PAGES = \
+HELP_ID = bijiben
+
+HELP_LINGUAS =
+
+HELP_FILES = \
 	bjb-colours.page \
 	bjb-create.page \
 	bjb-delete.page \
@@ -13,5 +13,7 @@ DOC_PAGES = \
 	bjb-find.page \
 	bjb-share.page \
 	bjb-tags.page \
-	index.page \
-DOC_LINGUAS = 
+	index.page
+
+HELP_MEDIA = \
+	figures/bijiben-note.png



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