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

« back to all changes in this revision

Viewing changes to 48x48/categories/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 = 48x48
2
 
context = categories
3
 
 
4
 
iconsdir = $(themedir)/$(size)/$(context)
5
 
 
6
 
icons_DATA =    applications-system.png \
7
 
        applications-office.png \
8
 
        applications-development.png    \
9
 
        applications-accessories.png    \
10
 
        applications-internet.png       \
11
 
        preferences-desktop.png 
12
 
 
13
 
 
14
 
 
15
 
install-data-local: install-iconsDATA
16
 
        (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
17
 
 
18
 
EXTRA_DIST =                           \
19
 
       $(icons_DATA)