#
# makefile for fonts, part of W
# (C) 94,95,96 by Torsten Scherer (TeSche)
# itschere@techfak.uni-bielefeld.de
#

include ../.config

FONTS = $(wildcard *.wfnt)

all:

install:
	$(INSTALL) -d -m 755 $(FONTDIR)
	for i in $(FONTS) ; do $(INSTALL) -m 644 $$i $(FONTDIR) ; done

clean:

veryclean:

fontconv:
