]> git.0d.be Git - empathy.git/commitdiff
Add build system for help manual
authorXavier Claessens <xclaesse@src.gnome.org>
Sat, 19 Apr 2008 23:01:08 +0000 (23:01 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 19 Apr 2008 23:01:08 +0000 (23:01 +0000)
svn path=/trunk/; revision=997

.gitignore
Makefile.am
configure.ac
help/Makefile.am [new file with mode: 0644]
m4/.gitignore

index 00fa9827b31f4a65ecac706856f9611645b10d58..c30a474303ddb089e03c2eba2036cdb8e862f3ca 100644 (file)
@@ -43,3 +43,4 @@ omf.make
 compile
 tags
 TAGS
+gnome-doc-utils.make
index 14aa451e5f96c81358756d56b1abc2947f094b72..6608bf10de9c6a47cc5bad86033a9f48939b189a 100644 (file)
@@ -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
index ec78ded3366c754ed42c0011c2d428920d208d26..b769c0416df97ee21e548bedffc8e3fc7791c5e0 100644 (file)
@@ -55,6 +55,7 @@ AM_PATH_GLIB_2_0
 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 @@ AC_OUTPUT([
    docs/libempathy/version.xml
    docs/libempathy-gtk/Makefile
    docs/libempathy-gtk/version.xml
+   help/Makefile
    python/Makefile
    python/pyempathy/Makefile
    python/pyempathygtk/Makefile
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644 (file)
index 0000000..b5cb8f4
--- /dev/null
@@ -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
index e429342b9ae407b8f2e097c436f220cc3b921db4..7f3cf1220c88229ff5d3c54f653919362ff9a9a8 100644 (file)
@@ -1,2 +1,3 @@
 gtk-doc.m4
 intltool.m4
+gnome-doc-utils.m4