diff --git a/fonts/Makefile.am b/fonts/Makefile.am index 3184aee..bb57429 100644 --- a/fonts/Makefile.am +++ b/fonts/Makefile.am @@ -1,5 +1,8 @@ +allfonts = circle.tlf emboss.tlf emboss2.tlf future.tlf smblock.tlf smbraille.tlf + +EXTRA_DIST = $(allfonts) + +font_DATA = $(allfonts) fontdir = $(datadir)/figlet -font_DATA = circle.tlf emboss.tlf emboss2.tlf future.tlf smblock.tlf smbraille.tlf -