diff options
author | Christian Persch <chpe@gnome.org> | 2007-08-09 07:08:46 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-08-09 07:08:46 +0800 |
commit | 4b69f20e2d426628772774c92553129d658c6434 (patch) | |
tree | 780af2c83c426f47dfd75bce1a96cc44d4ff66c6 | |
parent | 4b55229ff8259532a1ec85bbfc469a14f2601640 (diff) | |
download | gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar.gz gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar.bz2 gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar.lz gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar.xz gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar.zst gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.zip |
Fix icon cache update command.
2007-08-09 Christian Persch <chpe@gnome.org>
* data/icons/Makefile.am:
Fix icon cache update command.
svn path=/trunk/; revision=7258
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/icons/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ 2007-08-09 Christian Persch <chpe@gnome.org> * data/icons/Makefile.am: + + Fix icon cache update command. + +2007-08-09 Christian Persch <chpe@gnome.org> + + * data/icons/Makefile.am: * data/icons/HighColorLargePrint{,Inverse}_apps_48x48_gnome-web-browser.png: Add a11y theme icons for our apps icon. diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index dfa2a5c0b..c17f3f3b6 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -76,7 +76,7 @@ EXTRA_DIST = \ ############################################################################### -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor +gtk_update_icon_cache = gtk-update-icon-cache -f -t update-icon-cache: @-if test -z "$(DESTDIR)"; then \ |