~ubuntu-branches/ubuntu/lucid/tuxtype/lucid-proposed

« back to all changes in this revision

Viewing changes to tuxtype/data/fonts/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2006-10-30 13:48:49 UTC
  • mfrom: (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061030134849-5fdruftday0c02gs
Tags: 1.5.6.dfsg1-3ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = letters.ttf\
 
2
menu.ttf
 
3
 
 
4
 
 
5
 
 
6
install-data-local:
 
7
        $(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts
 
8
        $(INSTALL_DATA) $(srcdir)/letters.ttf $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts/letters.ttf
 
9
        $(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts
 
10
        $(INSTALL_DATA) $(srcdir)/menu.ttf $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts/menu.ttf
 
11
 
 
12
 
 
13
 
 
14
uninstall-local:
 
15
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts/letters.ttf
 
16
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts/menu.ttf