# Makefile for linuxtv.org dvb-apps/util/av7110_loadkeys
binaries = av7110_loadkeys
inst_bin = $(binaries)
removing = input_keynames.h
.PHONY: all
all: $(binaries)
$(binaries): input_keynames.h
input_keynames.h:
$(SHELL) generate-keynames.sh $@
include ../../Make.rules
install::
@echo installing av7110 keymaps
@mkdir -p $(DESTDIR)$(sharedir)/dvb/av7110_loadkeys
@install -m 644 *.rc5 *.rcmm $(DESTDIR)$(sharedir)/dvb/av7110_loadkeys/
='2'>
index : nyancat.git | |
| nyancat Debian packaging | Jonathan McCrohan |
| Age | Commit message (Collapse) | Author | Files | Lines |
|
This fixes a meta-bug with github showing nyancat as being Objective C.
|
|
|
|
|
|
|
|
|
|
Instead of clearing the alarm, set it to two seconds;
Previously, this could, potentially, not finish at all on some telnet
clients, which is definitely bad. This is a reasonable workaround.
|