toilet/fonts/Makefile.am

16 lines
446 B
Text
Raw Normal View History

allfonts = wideterm.tlf circle.tlf emboss.tlf emboss2.tlf future.tlf \
ascii9.tlf smascii9.tlf bigascii9.tlf \
ascii12.tlf smascii12.tlf bigascii12.tlf \
mono9.tlf smmono9.tlf bigmono9.tlf \
mono12.tlf smmono12.tlf bigmono12.tlf \
2010-01-18 03:01:44 +01:00
pagga.tlf letter.tlf smblock.tlf smbraille.tlf
2006-11-06 01:55:49 +01:00
EXTRA_DIST = $(allfonts)
2006-11-06 01:55:49 +01:00
font_DATA = $(allfonts)
fontdir = $(datadir)/figlet
echo-fonts: ; echo $(allfonts)