~ubuntu-branches/ubuntu/raring/libcaca/raring

« back to all changes in this revision

Viewing changes to toilet-0.1/fonts/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2007-10-13 20:10:44 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071013201044-35yldy9w3xe7iy2j
Tags: 0.99.beta12.debian-3
* debian/control:
  + Build-depend on texlive instead of all the other texlive-* packages so
    that we have the proper fonts at build time (Closes: #445797).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
allfonts = circle.tlf emboss.tlf emboss2.tlf future.tlf \
3
 
           mono9.tlf smmono9.tlf bigmono9.tlf \
4
 
           mono12.tlf smmono12.tlf bigmono12.tlf \
5
 
           smblock.tlf smbraille.tlf
6
 
 
7
 
EXTRA_DIST = $(allfonts)
8
 
 
9
 
font_DATA = $(allfonts)
10
 
fontdir = $(datadir)/figlet
11