~ubuntu-branches/ubuntu/lucid/gnome-themes-extras/lucid

« back to all changes in this revision

Viewing changes to Lush/icons/scalable/stock/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2004-06-23 20:28:52 UTC
  • Revision ID: james.westby@ubuntu.com-20040623202852-j7hu6zargn5hnban
Tags: upstream-0.7.debian.1
ImportĀ upstreamĀ versionĀ 0.7.debian.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
icondir = $(datadir)/icons/Lush/scalable/stock
 
2
NULL = 
 
3
icon_DATA = \
 
4
        back.svg \
 
5
        cancel.svg \
 
6
        down.svg \
 
7
        editcopy.svg \
 
8
        editpaste.svg \
 
9
        edittrash.svg \
 
10
        filenew.svg \
 
11
        fileopen.svg \
 
12
        filesaveas.svg \
 
13
        filesave.svg \
 
14
        forward.svg \
 
15
        gohome.svg \
 
16
        help.svg \
 
17
        info.svg \
 
18
        reload.svg \
 
19
        stock_cut.svg \
 
20
        stock_delete.svg \
 
21
        stock_quit.svg \
 
22
        stock_redo.svg \
 
23
        stock_undo.svg \
 
24
        up.svg \
 
25
        print.svg \
 
26
        $(NULL)
 
27
EXTRA_DIST = $(icon_DATA)
 
28
 
 
29
install-data-local:
 
30
 
 
31
uninstall-local:
 
32