diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-02-02 12:19:28 +0100 |
---|---|---|
committer | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-02-02 21:27:15 +0100 |
commit | 459130009b6ca1683ba82e720cc97f4ebeb187c9 (patch) | |
tree | a0fa5a11b61611142907582de319b7c965d4bdd7 /Makefile | |
parent | 20d3b5f71495adccf59d27095445a0d2e63b6a09 (diff) | |
download | subsurface-459130009b6ca1683ba82e720cc97f4ebeb187c9.tar.gz |
Rename subsurface.svg to subsurface-icon.svg
In preparation for a subsurface-icon.h, this should avoid confusion
about whether "subsurface.h" is a core header file.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ XSLTDIR = $(DATADIR)/subsurface/xslt gtk_update_icon_cache = gtk-update-icon-cache -f -t $(ICONPATH) NAME = subsurface -ICONFILE = $(NAME).svg +ICONFILE = $(NAME)-icon.svg DESKTOPFILE = $(NAME).desktop MANFILES = $(NAME).1 XSLTFILES = xslt/*.xslt |