浏览代码

* Distribute fonts with the tarball.

pull/1/head
Sam Hocevar sam 19 年前
父节点
当前提交
dadd049ca3
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. +5
    -2
      fonts/Makefile.am

+ 5
- 2
fonts/Makefile.am 查看文件

@@ -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


正在加载...
取消
保存