~ubuntu-branches/ubuntu/precise/human-icon-theme/precise

« back to all changes in this revision

Viewing changes to 22x22/places/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kenneth Wimer
  • Date: 2009-02-18 14:20:58 UTC
  • Revision ID: james.westby@ubuntu.com-20090218142058-qhrlckcaj12jty2q
Tags: 0.33
First release for Janty 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
size = 22x22
2
 
context = places
3
 
 
4
 
iconsdir = $(themedir)/$(size)/$(context)
5
 
 
6
 
icons_DATA =    user-desktop.png        \
7
 
        start-here.png  \
8
 
        user-trash.png  
9
 
 
10
 
 
11
 
 
12
 
install-data-local: install-iconsDATA
13
 
        (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
14
 
 
15
 
EXTRA_DIST =                           \
16
 
       $(icons_DATA)