Browse Source

* Distribute fonts with the tarball.

pull/1/head
Sam Hocevar sam 18 years ago
parent
commit
dadd049ca3
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      fonts/Makefile.am

+ 5
- 2
fonts/Makefile.am View File

@@ -1,5 +1,8 @@

fontdir = $(datadir)/figlet
allfonts = circle.tlf emboss.tlf emboss2.tlf future.tlf smblock.tlf smbraille.tlf

EXTRA_DIST = $(allfonts)

font_DATA = circle.tlf emboss.tlf emboss2.tlf future.tlf smblock.tlf smbraille.tlf
font_DATA = $(allfonts)
fontdir = $(datadir)/figlet


Loading…
Cancel
Save