From a36e5ed14af735af01e227cd9ac1b72ff6f4eae1 Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 18 Oct 1989 14:17:55 +0000 Subject: added nil2 --- xc/fonts/bdf/misc/Imakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xc/fonts') diff --git a/xc/fonts/bdf/misc/Imakefile b/xc/fonts/bdf/misc/Imakefile index e8bb449a5..2eda9998e 100644 --- a/xc/fonts/bdf/misc/Imakefile +++ b/xc/fonts/bdf/misc/Imakefile @@ -1,11 +1,11 @@ SRCS = 5x8.bdf 6x9.bdf 6x10.bdf 6x12.bdf 6x13.bdf 6x13B.bdf \ 7x13.bdf 7x13B.bdf 8x13.bdf 8x13B.bdf 9x15.bdf 9x15B.bdf \ 10x20.bdf cursor.bdf deccurs.bdf decsess.bdf \ - olcursor.bdf olgl10.bdf olgl12.bdf olgl14.bdf olgl19.bdf + olcursor.bdf olgl10.bdf olgl12.bdf olgl14.bdf olgl19.bdf nil2.bdf OBJS = 5x8.snf 6x9.snf 6x10.snf 6x12.snf 6x13.snf 6x13B.snf \ 7x13.snf 7x13B.snf 8x13.snf 8x13B.snf 9x15.snf 9x15B.snf \ 10x20.snf cursor.snf deccurs.snf decsess.snf \ - olcursor.snf olgl10.snf olgl12.snf olgl14.snf olgl19.snf + olcursor.snf olgl10.snf olgl12.snf olgl14.snf olgl19.snf nil2.snf FONTINSTDIR = $(FONTDIR)/misc MakeFonts() @@ -31,6 +31,7 @@ FontTarget(olgl10) FontTarget(olgl12) FontTarget(olgl14) FontTarget(olgl19) +FontTarget(nil2) InstallFonts($(FONTINSTDIR)) InstallFontAliases($(FONTINSTDIR)) -- cgit v1.2.3