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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 14aa451e5..6608bf10d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |