~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk

« back to all changes in this revision

Viewing changes to data/badges/Makefile.am

  • Committer: Lionel Le Folgoc
  • Date: 2012-10-22 17:04:16 UTC
  • Revision ID: mrpouit@ubuntu.com-20121022170416-yczkln2fcytglcej
Generate a proper changelog during dist

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
EXTRA_DIST =                            \
2
 
        $(Data_DATA)
3
 
 
4
 
Datadir = $(datadir)/icons/hicolor/scalable/places
5
 
 
6
 
Data_DATA =                             \
7
 
        $(wildcard *.svg)
8
 
 
9
 
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
10
 
 
11
 
install-data-hook: update-icon-cache
12
 
uninstall-hook: update-icon-cache
13
 
update-icon-cache:
14
 
        @-if test -z "$(DESTDIR)"; then \
15
 
                echo "Updating Gtk icon cache."; \
16
 
                $(gtk_update_icon_cache); \
17
 
        else \
18
 
                echo "*** Icon cache not updated.  After (un)install, run this:"; \
19
 
                echo "***   $(gtk_update_icon_cache)"; \
20
 
        fi