~encompass/dynazine/trunk

« back to all changes in this revision

Viewing changes to tango-icon-theme-0.8.1/16x16/places/Makefile.am

  • Committer: Jason Brower
  • Date: 2009-01-31 05:24:59 UTC
  • Revision ID: encompass@essence-20090131052459-4ldn9dwrk1hzt53h
Fist commit of data.  Has alot of stuff...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
size = 16x16
 
3
context = places
 
4
 
 
5
iconsdir = $(themedir)/$(size)/$(context)
 
6
 
 
7
icons_DATA =                                    \
 
8
        folder.png                              \
 
9
        folder-remote.png                       \
 
10
        folder-saved-search.png \
 
11
        network-server.png                      \
 
12
        network-workgroup.png                   \
 
13
        start-here.png  \
 
14
        user-desktop.png                        \
 
15
        user-home.png                           \
 
16
        user-trash.png
 
17
 
 
18
EXTRA_DIST =                                    \
 
19
        $(icons_DATA)
 
20
 
 
21
install-data-local: install-iconsDATA
 
22
        (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))