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

« back to all changes in this revision

Viewing changes to 22x22/actions/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 = actions
3
 
 
4
 
iconsdir = $(themedir)/$(size)/$(context)
5
 
 
6
 
icons_DATA =    go-previous.png \
7
 
        go-first.png    \
8
 
        go-last.png     \
9
 
        document-new.png        \
10
 
        go-down.png     \
11
 
        go-up.png       \
12
 
        go-bottom.png   \
13
 
        go-home.png     \
14
 
        go-next.png     \
15
 
        document-properties.png \
16
 
        document-save.png       \
17
 
        system-search.png       
18
 
 
19
 
 
20
 
 
21
 
install-data-local: install-iconsDATA
22
 
        (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
23
 
 
24
 
EXTRA_DIST =                           \
25
 
       $(icons_DATA)