Add missing chkfont source to distribution package
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
parent
b3df1e6321
commit
ae816570cf
7
Makefile
7
Makefile
@ -1,4 +1,4 @@
|
|||||||
# Makefile for figlet version 2.3.0 (11 Jan 2011)
|
# Makefile for figlet version 2.2.3 (11 Jan 2011)
|
||||||
# adapted from Makefile for figlet version 2.2.2 (05 July 2005)
|
# adapted from Makefile for figlet version 2.2.2 (05 July 2005)
|
||||||
# adapted from Makefile for figlet version 2.2 (15 Oct 1996)
|
# adapted from Makefile for figlet version 2.2 (15 Oct 1996)
|
||||||
# Copyright 1993, 1994,1995 Glenn Chappell and Ian Chai
|
# Copyright 1993, 1994,1995 Glenn Chappell and Ian Chai
|
||||||
@ -50,8 +50,9 @@ DIST = figlet-$(VERSION)
|
|||||||
OBJS = figlet.o zipio.o crc.o inflate.o
|
OBJS = figlet.o zipio.o crc.o inflate.o
|
||||||
BINS = figlet chkfont figlist showfigfonts
|
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) chkfont.c \
|
||||||
CHANGES FAQ README LICENSE figfont.txt crc.h inflate.h zipio.h
|
figlist showfigfonts CHANGES FAQ README LICENSE figfont.txt \
|
||||||
|
crc.h inflate.h zipio.h
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) -c $(CFLAGS) -DDEFAULTFONTDIR=\"$(DEFAULTFONTDIR)\" \
|
$(CC) -c $(CFLAGS) -DDEFAULTFONTDIR=\"$(DEFAULTFONTDIR)\" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user