summaryrefslogtreecommitdiff
path: root/beos/Makefile.target
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2013-12-31 15:13:36 +0100
committerFrançois Revol <revol@free.fr>2014-01-04 19:43:58 +0100
commit3c5317cf54aebe40e8aaa2a6e107579c33184449 (patch)
treef01ab0e3333a98f97bbebb8756a6c4f478544e44 /beos/Makefile.target
parente1e1b5c45b0f0e443fb7d64db5d5056c92426822 (diff)
downloadnetsurf-3c5317cf54aebe40e8aaa2a6e107579c33184449.tar.gz
netsurf-3c5317cf54aebe40e8aaa2a6e107579c33184449.tar.bz2
beos: Fix embedded files in resources
- drop the remaining hardcoded files in rdef file - add favicon.png - remove en/ symlink - add real folders with symlinks for translated files like GTK Note the Messages files are also included although the current code is not able to load them from the resources. - add symlinks for html files to the en/ version (TODO: try to remap automatically)
Diffstat (limited to 'beos/Makefile.target')
-rw-r--r--beos/Makefile.target6
1 files changed, 4 insertions, 2 deletions
diff --git a/beos/Makefile.target b/beos/Makefile.target
index 847850bb9..ed7532dc2 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -99,9 +99,11 @@ RDEF_IMP_BEOS := $(addprefix $(OBJROOT)/,$(subst /,_,$(RDEF_IMP_BEOS)))
RDEP_BEOS := \
adblock.css beosdefault.css default.css internal.css quirks.css \
- netsurf.png ca-bundle.txt
+ netsurf.png favicon.png ca-bundle.txt \
+ credits.html licence.html welcome.html
RDEP_BEOS := $(addprefix beos/res/,$(RDEP_BEOS)) \
- $(wildcard beos/res/icons/*.png) \
+ $(wildcard beos/res/icons/*.png) \
+ $(wildcard beos/res/??/*) \
$(wildcard beos/res/throbber/throbber*.png)