~ubuntu-branches/ubuntu/natty/gnome-icon-theme/natty

« back to all changes in this revision

Viewing changes to 24x24/stock/navigation/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-06-10 11:50:31 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100610115031-d5kn01lfqthbzcim
Tags: 2.30.3-1ubuntu1
* Merge with Debian unstable, remaining Ubuntu changes:
* debian/control.in:
  - Add Vcs-Bzr link
* debian/rules:
  - Install distributor icons
  - Use the --enable-icon-mapping configure option
* debian/prerm:
* debian/postinst:
  - Update alternatives for Ubuntu icon
* debian/source:
  - Use source version 3.0
* debian/ubuntu-icons: 
  - Ubuntu logo and cd isos logos
* debian/watch: 
  - Watch unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NULL=
2
 
 
3
 
iconsize=24x24
4
 
category=stock
5
 
subtype=navigation
6
 
icondir = $(datadir)/icons/gnome/$(iconsize)/$(category)/$(subtype)
7
 
 
8
 
icon_DATA =\
9
 
   stock_down-with-subpoints.png \
10
 
   stock_first-page.png \
11
 
   stock_last-page.png \
12
 
   stock_left-with-subpoints.png \
13
 
   stock_navigator.png \
14
 
   stock_next-page.png \
15
 
   stock_next.png \
16
 
   stock_previous-page.png \
17
 
   stock_previous.png \
18
 
   stock_right-with-subpoints.png \
19
 
   stock_undo-history.png \
20
 
   stock_up-with-subpoints.png \
21
 
   stock_zoom-next.png \
22
 
   stock_zoom-object.png \
23
 
   stock_zoom-optimal.png \
24
 
   stock_zoom-page.png \
25
 
   stock_zoom-page-width.png \
26
 
   stock_zoom.png \
27
 
   stock_zoom-previous.png \
28
 
   stock_zoom-shift.png \
29
 
        $(NULL)
30
 
 
31
 
EXTRA_DIST = $(icon_DATA)