summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuke Yelavich <themuso@ubuntu.com>2010-01-18 14:27:02 +1100
committerLennart Poettering <lennart@poettering.net>2010-02-17 02:41:30 +0100
commitd30db4ca250a2743872a525740d5177705072fda (patch)
tree9f52ed7d8fbd98eca8065aa22fd252932fa1fa15 /Makefile.am
parentffad12e5f21f35c5b746d51fd1484909577528d4 (diff)
Add rtkitctl manpage
As Lennart asked about the rtkitctl manpage Ubuntu has, here is a patch against rtkit git.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 65ab36c..725c191 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,3 +68,8 @@ rtkit_test_CFLAGS = \
org.freedesktop.RealtimeKit1.service: org.freedesktop.RealtimeKit1.service.in
sed -e 's,@LIBEXECDIR\@,$(libexecdir),g' < $< > $@
+
+man8_MANS = rtkitctl.8
+
+EXTRA_DIST += \
+ $(man8_MANS)