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

« back to all changes in this revision

Viewing changes to Gorilla/icons/scalable/apps/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/Gorilla/scalable/apps
 
2
NULL = 
 
3
icon_DATA = \
 
4
        gnome-gimp.svg \
 
5
        gnome-terminal.svg \
 
6
        my-computer.svg \
 
7
        web-browser.svg \
 
8
        $(NULL)
 
9
EXTRA_DIST = $(icon_DATA)
 
10
 
 
11
install-data-local:
 
12
        mkdir -p $(DESTDIR)$(icondir)
 
13
        cd $(DESTDIR)$(icondir) && \
 
14
        ln -sf web-browser.svg galeon.svg 
 
15
 
 
16
uninstall-local:
 
17
        rm -rf $(DESTDIR)$(icondir)/galeon.svg