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

« back to all changes in this revision

Viewing changes to 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
 
# $Id: Makefile.am 1048 2006-11-12 19:29:43Z sam $
 
1
# $Id: Makefile.am 1114 2007-06-27 12:46:25Z sam $
2
2
 
3
3
SUBDIRS = kernel cucul caca src test tools cxx doc
4
4
DIST_SUBDIRS = $(SUBDIRS) autotools msvc
15
15
        scp $(distdir).tar.gz $(webhost):$(webdir)/files/
16
16
        scp -r doc/html/* $(webhost):$(webdir)/manual/
17
17
 
 
18
fonts: tools/makefont
 
19
        tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/cucul/font_mono9.h
 
20
        tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/cucul/font_monobold12.h
 
21
 
18
22
FORCE: