Fix binary list
Otherwise figlist and showfigfonts won't be installed on make install. Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
parent
628c0297f4
commit
b3df1e6321
2
Makefile
2
Makefile
@ -48,7 +48,7 @@ DEFAULTFONTFILE = standard.flf
|
|||||||
VERSION = 2.2.3
|
VERSION = 2.2.3
|
||||||
DIST = figlet-$(VERSION)
|
DIST = figlet-$(VERSION)
|
||||||
OBJS = figlet.o zipio.o crc.o inflate.o
|
OBJS = figlet.o zipio.o crc.o inflate.o
|
||||||
BINS = figlet chkfont
|
BINS = figlet chkfont figlist showfigfonts
|
||||||
MANUAL = figlet.6 chkfont.6 figlist.6 showfigfonts.6
|
MANUAL = figlet.6 chkfont.6 figlist.6 showfigfonts.6
|
||||||
DFILES = Makefile Makefile.tc $(MANUAL) $(OBJS:.o=.c) figlist showfigfonts \
|
DFILES = Makefile Makefile.tc $(MANUAL) $(OBJS:.o=.c) figlist showfigfonts \
|
||||||
CHANGES FAQ README LICENSE figfont.txt crc.h inflate.h zipio.h
|
CHANGES FAQ README LICENSE figfont.txt crc.h inflate.h zipio.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user