summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-21 22:16:45 +0100
committerVincent Sanders <vince@kyllikki.org>2019-09-21 22:16:45 +0100
commitf3cb3188c6cc4d04ce6be8e7fae54f80a12429e8 (patch)
treeac88d977b5d43201d4ee5b0497536ecd47e440ce
parent40aa44e4f50dd35cbc11332b1c1865b3152afb2d (diff)
downloadnetsurf-f3cb3188c6cc4d04ce6be8e7fae54f80a12429e8.tar.gz
netsurf-f3cb3188c6cc4d04ce6be8e7fae54f80a12429e8.tar.bz2
fix gtk install target
-rw-r--r--frontends/gtk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/gtk/Makefile b/frontends/gtk/Makefile
index db8a07a07..2f151e7b7 100644
--- a/frontends/gtk/Makefile
+++ b/frontends/gtk/Makefile
@@ -184,8 +184,7 @@ GTK_RESOURCES_LIST := \
languages SearchEngines ca-bundle.txt \
default.css adblock.css quirks.css internal.css \
credits.html licence.html welcome.html maps.html Messages \
- default.ico favicon.png netsurf.png netsurf.xpm netsurf-16x16.xpm \
- arrow_down_8x32.png
+ default.ico favicon.png netsurf.png netsurf.xpm netsurf-16x16.xpm
GTK_RESOURCES_LIST := \
$(addprefix $(NSGTK_RESOURCES_DIR)/, $(GTK_RESOURCES_LIST)) \