aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-23 23:20:20 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-23 23:20:20 +0800
commita8c74edf1ca633a36c50175b674086b35496a09f (patch)
treed92a48abb97ee0a81b121742b71ddb6bfc756eba /src/Makefile.am
parentbd4555c42f16315bc813d2d690a41878569ce609 (diff)
downloadgsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar.gz
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar.bz2
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar.lz
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar.xz
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar.zst
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.zip
Add man page for empathy and empathy-accounts. Fixes bug #529552 (Simon McVittie).
svn path=/trunk/; revision=1035
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c18efc24..f82bac38e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,6 +47,10 @@ glade_DATA = \
empathy-new-chatroom-dialog.glade \
empathy-status-icon.glade
+dist_man_MANS = \
+ empathy.1 \
+ empathy-accounts.1
+
EXTRA_DIST = \
$(autostart_DATA) \
$(glade_DATA)