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

« back to all changes in this revision

Viewing changes to tuxtype/data/themes/jamaican/images/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 = map.png\
 
2
photo.png\
 
3
tux0.png\
 
4
tux1.png\
 
5
tux2.png\
 
6
tux3.png
 
7
 
 
8
install-data-local:
 
9
        $(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images
 
10
        $(INSTALL_DATA) $(srcdir)/map.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/map.png
 
11
        $(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images
 
12
        $(INSTALL_DATA) $(srcdir)/photo.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/photo.png
 
13
        $(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images
 
14
        $(INSTALL_DATA) $(srcdir)/tux0.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/tux0.png
 
15
        $(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images
 
16
        $(INSTALL_DATA) $(srcdir)/tux1.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/tux1.png
 
17
        $(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images
 
18
        $(INSTALL_DATA) $(srcdir)/tux2.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/tux2.png
 
19
        $(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images
 
20
        $(INSTALL_DATA) $(srcdir)/tux3.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/tux3.png
 
21
 
 
22
 
 
23
uninstall-local:
 
24
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/map.png
 
25
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/photo.png
 
26
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/tux0.png
 
27
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/tux1.png
 
28
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/tux2.png
 
29
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/jamaican/images/tux3.png