aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin Lange <kevin.lange@dakko.us>2011-12-03 19:00:34 -0600
committerKevin Lange <kevin.lange@dakko.us>2011-12-03 19:00:34 -0600
commited1684e64e2c1702898411725bb2f1169984884e (patch)
tree4fc88e78e1949d2de3b231e0d11ca05f19993549 /Makefile
parent2f5c5f61289d40610c2f9ab6b7eea706af05dc69 (diff)
downloadnyancat-ed1684e64e2c1702898411725bb2f1169984884e.tar.gz
Get rid of all of that nasty python
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1cd0530..9ac517f 100644
--- a/Makefile
+++ b/Makefile
@@ -17,10 +17,8 @@ $(distdir): FORCE
cp Makefile $(distdir)
cp src/Makefile $(distdir)/src
cp src/nyancat.c $(distdir)/src
- cp src/nyancat.py $(distdir)/src
- cp src/telnetsrvlib.py $(distdir)/src
- cp src/reset.sh $(distdir)/src
- cp src/run.sh $(distdir)/src
+ cp src/animation.h $(distdir)/src
+ cp src/telnet.h $(distdir)/src
FORCE:
-rm $(distdir).tar.gz >/dev/null 2>&1
ogsubject'>UPC Czech Republic: added more muxes and change QAM/256 on 626 MHzJosef Schlehofer1-3/+19 They recently changed QAM to 256 (from 64) on 626 MHz Source: https://www.upczone.cz/topic/5650-nov%C3%A9-stanice/?do=findComment&comment=98118 2019-03-25Update Astra-19.2ECvH1-4/+5 2019-03-14Intelsat-907-27.5W: update from current LyngSat dataMauro Carvalho Chehab1-24/+197 Update channel list from LyngSat. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 2019-03-14Intelsat-905-24.5W: update from current LyngSat dataMauro Carvalho Chehab1-18/+711 Update channel list from LyngSat. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 2019-03-14Add missing satellitesMauro Carvalho Chehab219-2/+61017 The entries for those satellites were obtained from www.lyngsat.com via script. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>