summaryrefslogtreecommitdiff
path: root/src/capplet/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-23 16:44:40 +0200
committerStefano Karapetsas <[email protected]>2013-04-23 16:44:40 +0200
commit6f064dfd7f52202df314d31edefcca1826e2324b (patch)
treebd2242c4671739455b5df4595a14dea1d154553d /src/capplet/Makefile.am
parentfa1976fffe10027a35b007b66951434059ef59ca (diff)
downloadmate-notification-daemon-6f064dfd7f52202df314d31edefcca1826e2324b.tar.bz2
mate-notification-daemon-6f064dfd7f52202df314d31edefcca1826e2324b.tar.xz
Add manpage for mate-notification-properties
Close #17 (https://github.com/mate-desktop/mate-notification-daemon/issues/17)
Diffstat (limited to 'src/capplet/Makefile.am')
-rw-r--r--src/capplet/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/capplet/Makefile.am b/src/capplet/Makefile.am
index c053d80..3a15e6d 100644
--- a/src/capplet/Makefile.am
+++ b/src/capplet/Makefile.am
@@ -12,6 +12,8 @@ desktopdir = $(datadir)/applications
desktop_in_files = mate-notification-properties.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+man_MANS = mate-notification-properties.1
+
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/src/daemon \
@@ -21,6 +23,6 @@ INCLUDES = \
-DNOTIFICATION_UIDIR=\"$(datadir)/mate-notification-daemon\"
CLEANFILES = $(desktop_DATA)
-EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) $(desktop_in_files)
+EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) $(desktop_in_files) $(man_MANS)
-include $(top_srcdir)/git.mk