From 3c5317cf54aebe40e8aaa2a6e107579c33184449 Mon Sep 17 00:00:00 2001 From: François Revol Date: Tue, 31 Dec 2013 15:13:36 +0100 Subject: 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) --- beos/Makefile.target | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'beos/Makefile.target') 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) -- cgit v1.2.3