source: toilet/trunk/fonts/Makefile.am @ 4295

Revision 4295, 446 bytes checked in by sam, 3 years ago (diff)

Add a test to check that all fonts can be loaded.

Line 
1
2allfonts = wideterm.tlf circle.tlf emboss.tlf emboss2.tlf future.tlf \
3           ascii9.tlf smascii9.tlf bigascii9.tlf \
4           ascii12.tlf smascii12.tlf bigascii12.tlf \
5           mono9.tlf smmono9.tlf bigmono9.tlf \
6           mono12.tlf smmono12.tlf bigmono12.tlf \
7           pagga.tlf letter.tlf smblock.tlf smbraille.tlf
8
9EXTRA_DIST = $(allfonts)
10
11font_DATA = $(allfonts)
12fontdir = $(datadir)/figlet
13
14echo-fonts: ; echo $(allfonts)
15
Note: See TracBrowser for help on using the repository browser.