diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 07:01:08 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 07:01:08 +0800 |
commit | 26b41e458c778f841fc9dd1a353bc9fe2761326c (patch) | |
tree | c72a5dffa9d847c885a3daa55d7f0b727cb2fe19 /help | |
parent | 53aa1e8e60b7c9a48348caddccebefe81249d28f (diff) | |
download | gsoc2013-empathy-26b41e458c778f841fc9dd1a353bc9fe2761326c.tar gsoc2013-empathy-26b41e458c778f841fc9dd1a353bc9fe2761326c.tar.gz gsoc2013-empathy-26b41e458c778f841fc9dd1a353bc9fe2761326c.tar.bz2 gsoc2013-empathy-26b41e458c778f841fc9dd1a353bc9fe2761326c.tar.lz gsoc2013-empathy-26b41e458c778f841fc9dd1a353bc9fe2761326c.tar.xz gsoc2013-empathy-26b41e458c778f841fc9dd1a353bc9fe2761326c.tar.zst gsoc2013-empathy-26b41e458c778f841fc9dd1a353bc9fe2761326c.zip |
Add build system for help manual
svn path=/trunk/; revision=997
Diffstat (limited to 'help')
-rw-r--r-- | help/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 000000000..b5cb8f403 --- /dev/null +++ b/help/Makefile.am @@ -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 |