This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: Add a template for ir-keytable man page Author: Mauro Carvalho Chehab <[email protected]> Date: Mon Jan 24 10:17:26 2011 -0200 Signed-off-by: Mauro Carvalho Chehab <[email protected]> utils/keytable/Makefile | 2 ++ utils/keytable/ir-keytable.1 | 9 +++++++++ 2 files changed, 11 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=92035b4d293342209f0a5dc2d78b8bd08a7acd89 diff --git a/utils/keytable/Makefile b/utils/keytable/Makefile index 846f469..aba74f8 100644 --- a/utils/keytable/Makefile +++ b/utils/keytable/Makefile @@ -39,5 +39,7 @@ install: $(TARGETS) install -m 644 -p rc_keymaps/* $(DESTDIR)/etc/rc_keymaps install -m 755 -d $(DESTDIR)/etc/udev/rules.d install -m 644 -p 70-infrared.rules $(DESTDIR)/etc/udev/rules.d + install -m 755 -d $(DESTDIR)/man/man1 + install -m 644 -p ir-keytable $(DESTDIR)/man/man1 include ../../Make.rules diff --git a/utils/keytable/ir-keytable.1 b/utils/keytable/ir-keytable.1 new file mode 100644 index 0000000..7eb7d8b --- /dev/null +++ b/utils/keytable/ir-keytable.1 @@ -0,0 +1,9 @@ +.TH ir-keytable 1 2011-01-24 http://linuxtv.org/ "Media commands" swiss-knife tool to handle Remote Controllers +.SS NAME +.SS SYNOPSIS +.SS DESCRIPTION +.SS OPTIONS +.SS EXIT STATUS +.SS FILES +.SS EXAMPLE +.SS AUTHORS _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
