Mercurial > pt1.oyama
diff src/Makefile @ 150:036ae90f1b01
EXPERIMENTAL: Add channel scan script.
require: epgdump, XML::Simple
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Fri, 31 Aug 2012 05:12:44 +0900 |
parents | 4e39ce051c57 |
children | 7d8a5bb874ad |
line wrap: on
line diff
--- a/src/Makefile Sat Aug 25 11:10:24 2012 +0900 +++ b/src/Makefile Fri Aug 31 05:12:44 2012 +0900 @@ -98,6 +98,8 @@ $(INSTALL) $(PROG) $(bindir) $(INSTALL) $(PROG2) $(bindir) $(INSTALL) $(PROG3) $(bindir) + $(INSTALL) channelscan_pt1.sh $(bindir) + $(INSTALL) epgdump_xml_parse.pl $(bindir) $(STRIP) $(INSTALLSTRIP) $(bindir)/$(PROG) $(STRIP) $(INSTALLSTRIP) $(bindir)/$(PROG2) $(STRIP) $(INSTALLSTRIP) $(bindir)/$(PROG3)