diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
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) |