summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-08-28 00:04:35 +0200
committerOle Loots <ole@monochrom.net>2012-08-28 00:04:35 +0200
commit5c53f01ead20a9dee302cd43654ae25c1bbcc15e (patch)
tree8456238d7f43bc0065e1b3ab7b4cda38203d1860
parent0200ba1ed27e46f00e822387788bad871e938526 (diff)
downloadnetsurf-5c53f01ead20a9dee302cd43654ae25c1bbcc15e.tar.gz
netsurf-5c53f01ead20a9dee302cd43654ae25c1bbcc15e.tar.bz2
Added netsurf.png to package, now the welcome page displays correctly.
Altough I don't like to have netsurf.png floating around in the root directory of netsurf.
-rw-r--r--atari/Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 80e14d93d..51facc3af 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -151,6 +151,7 @@ $(PKGNAME): $(EXETARGET)
$(Q)cp \!NetSurf/Resources/Icons/content.png -R $(ATARI_TARGET_DIR)res/icons/
$(Q)cp \!NetSurf/Resources/Icons/directory.png -R $(ATARI_TARGET_DIR)res/icons/dir.png
+ $(Q)cp \!NetSurf/Resources/netsurf.png,b60 $(ATARI_TARGET_DIR)netsurf.png
$(Q)cp \!NetSurf/Resources/AdBlock,f79 $(ATARI_TARGET_DIR)res/adblock.css
$(Q)cp \!NetSurf/Resources/CSS,f79 $(ATARI_TARGET_DIR)res/default.css
$(Q)cp \!NetSurf/Resources/Quirks,f79 $(ATARI_TARGET_DIR)res/quirks.css