caca2tlf "Monospace 9" | zip >| fonts/mono9.tlf caca2tlf "Monospace Bold 12" | zip >| fonts/mono12.tlf
8 lines
184 B
Makefile
8 lines
184 B
Makefile
|
|
allfonts = circle.tlf emboss.tlf emboss2.tlf future.tlf mono9.tlf mono12.tlf smblock.tlf smbraille.tlf
|
|
|
|
EXTRA_DIST = $(allfonts)
|
|
|
|
font_DATA = $(allfonts)
|
|
fontdir = $(datadir)/figlet
|
|
|