From d30db4ca250a2743872a525740d5177705072fda Mon Sep 17 00:00:00 2001 From: Luke Yelavich Date: Mon, 18 Jan 2010 14:27:02 +1100 Subject: Add rtkitctl manpage As Lennart asked about the rtkitctl manpage Ubuntu has, here is a patch against rtkit git. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') 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) -- cgit