shithub: choc

ref: 8a52bc045b2adb3b40d1c7b65522dfc6c9379130
dir: /textscreen/fonts/Makefile.am/

View raw version
FONT_HDRS = small.h normal.h large.h codepage.h
EXTRA_DIST = small.png normal.png large.png convert-font $(FONT_HDRS)

noinst_DATA = $(FONT_HDRS)

if HAVE_PYTHON

small.h: small.png convert-font
	./convert-font small small.png small.h

normal.h: normal.png convert-font
	./convert-font normal normal.png normal.h

large.h: large.png convert-font
	./convert-font large large.png large.h

endif