aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 964235b..5a51d51 100644
--- a/Makefile
+++ b/Makefile
@@ -52,14 +52,14 @@ DEFAULTFONTFILE = standard
## END OF CONFIGURATION SECTION
##
-VERSION = 2.2.4
+VERSION = 2.2.5
DIST = figlet-$(VERSION)
OBJS = figlet.o zipio.o crc.o inflate.o utf8.o
BINS = figlet chkfont figlist showfigfonts
MANUAL = figlet.6 chkfont.6 figlist.6 showfigfonts.6
-DFILES = Makefile Makefile.tc $(MANUAL) $(OBJS:.o=.c) chkfont.c \
+DFILES = Makefile Makefile.tc $(MANUAL) $(OBJS:.o=.c) chkfont.c getopt.c \
figlist showfigfonts CHANGES FAQ README LICENSE figfont.txt \
- crc.h inflate.h zipio.h utf8.h run-tests.sh
+ crc.h inflate.h zipio.h utf8.h run-tests.sh figmagic
.c.o:
$(CC) -c $(CFLAGS) $(XCFLAGS) -DDEFAULTFONTDIR=\"$(DEFAULTFONTDIR)\" \
nt list too long" error") Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 2019-08-12Improve Makefile to avoid "Argument list too long" errorJames Le Cuirot1-6/+10 I wouldn't expect a foreach loop to be prone to this issue but it's not the right way to write a Makefile anyway. Note that conversion failures are now fatal and the dvb-t/ke-Nairobi file is failing to convert at the moment. Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 2019-03-25UPC Czech Republic: added mux 538 MHz with 256 QAMJosef Schlehofer1-5/+13 2019-03-25UPC 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>