~ubuntu-branches/ubuntu/lucid/nautilus-actions/lucid

« back to all changes in this revision

Viewing changes to icons/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christine Spang
  • Date: 2006-05-02 21:15:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060502211503-ygoa8zap193bi9gq
Tags: 1.2-1
* New upstream release.
  - Add support for filtering using mimetypes of selected files
  - Add support for choice about case sensitiveness of file patterns
  - New Tango style icons
  - Grammar and spelling errors fixed
  - Fix segfault when defining an action with an empty file pattern
  - Fix a crash when selecting a cdrom drive with Nautilus 2.14
  - Added Bengali translation; others updated
  - Other minor bugfixes
* Bumped standards version to 2.7.0.0; no change.
* Added debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = 16x16 22x22 48x48 scalable
 
2
 
 
3
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
4
 
 
5
install-data-hook:
 
6
        @-if test -z "$(DESTDIR)"; then \
 
7
                echo "Updating Gtk icon cache."; \
 
8
                $(gtk_update_icon_cache); \
 
9
        else \
 
10
                echo "*** Icon cache not updated.  After install, run this:"; \
 
11
                echo "***   $(gtk_update_icon_cache)"; \
 
12
        fi