empathy r997 - in trunk: . help m4
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r997 - in trunk: . help m4
- Date: Sun, 20 Apr 2008 00:01:08 +0100 (BST)
Author: xclaesse
Date: Sat Apr 19 23:01:08 2008
New Revision: 997
URL: http://svn.gnome.org/viewvc/empathy?rev=997&view=rev
Log:
Add build system for help manual
Added:
trunk/help/Makefile.am
Modified:
trunk/.gitignore
trunk/Makefile.am
trunk/configure.ac
trunk/m4/.gitignore
Modified: trunk/.gitignore
==============================================================================
--- trunk/.gitignore (original)
+++ trunk/.gitignore Sat Apr 19 23:01:08 2008
@@ -43,3 +43,4 @@
compile
tags
TAGS
+gnome-doc-utils.make
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sat Apr 19 23:01:08 2008
@@ -1,4 +1,4 @@
-SUBDIRS = tools extensions po data libempathy libempathy-gtk src docs
+SUBDIRS = tools extensions po data libempathy libempathy-gtk src docs help
if HAVE_MEGAPHONE
SUBDIRS += megaphone
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Apr 19 23:01:08 2008
@@ -55,6 +55,7 @@
AC_PATH_XTRA
IT_PROG_INTLTOOL([0.35.0])
GTK_DOC_CHECK([1.3])
+GNOME_DOC_INIT
IDT_COMPILE_WARNINGS
AC_PATH_PROG(DBUS_BINDING_TOOL, dbus-binding-tool)
AC_PATH_PROG(GCONFTOOL, gconftool-2)
@@ -314,6 +315,7 @@
docs/libempathy/version.xml
docs/libempathy-gtk/Makefile
docs/libempathy-gtk/version.xml
+ help/Makefile
python/Makefile
python/pyempathy/Makefile
python/pyempathygtk/Makefile
Added: trunk/help/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/help/Makefile.am Sat Apr 19 23:01:08 2008
@@ -0,0 +1,8 @@
+include $(top_srcdir)/gnome-doc-utils.make
+
+DOC_MODULE = empathy
+DOC_ENTITIES = legal.xml
+DOC_LINGUAS =
+DOC_FIGURES =
+
+dist-hook: doc-dist-hook
Modified: trunk/m4/.gitignore
==============================================================================
--- trunk/m4/.gitignore (original)
+++ trunk/m4/.gitignore Sat Apr 19 23:01:08 2008
@@ -1,2 +1,3 @@
gtk-doc.m4
intltool.m4
+gnome-doc-utils.m4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]