diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2006-09-25 21:45:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2006-09-25 21:45:10 +0800 |
commit | b9fa1cadf4bdd2a9dde3f244e3623657c12a0dc7 (patch) | |
tree | 6d6a9c4443e986f13e0d0274d7014db2af1a1a95 /art/Makefile.am | |
parent | e9c5080c54e062ee8c7e18b4db8bff4de6900129 (diff) | |
download | gsoc2013-evolution-b9fa1cadf4bdd2a9dde3f244e3623657c12a0dc7.tar.gz gsoc2013-evolution-b9fa1cadf4bdd2a9dde3f244e3623657c12a0dc7.tar.zst gsoc2013-evolution-b9fa1cadf4bdd2a9dde3f244e3623657c12a0dc7.zip |
Fixes bug #356811
2006-09-19 Matthew Barnes <mbarnes@redhat.com>
Fixes bug #356811
* Makefile.am: Add a uninstall-local rule to remove
$(DESTDIR)$(datadir)/pixmaps/evolution-$(BASE_VERSION).png.
svn path=/trunk/; revision=32813
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 3222adac1d..08d8048520 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -17,6 +17,9 @@ if DEFAULT_BINARY cd $(DESTDIR)$(datadir)/pixmaps && rm -f evolution.png && $(LN_S) evolution-$(BASE_VERSION).png evolution.png endif +uninstall-local: + rm -f $(DESTDIR)$(datadir)/pixmaps/evolution-$(BASE_VERSION).png + EXTRA_DIST = \ ChangeLog \ ChangeLog.pre-1-4 \ |