summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-22 20:39:43 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-22 20:42:21 +0100
commit6b846c363ddd694bf32ac7e18f0316f4f2663e1b (patch)
treeb4a7628819ab8e66b364b9de2bbb09dcd48b48f2 /beos
parentdc5deb26b1dbc8936d311ddfa51c8ddab122dbda (diff)
downloadnetsurf-6b846c363ddd694bf32ac7e18f0316f4f2663e1b.tar.gz
netsurf-6b846c363ddd694bf32ac7e18f0316f4f2663e1b.tar.bz2
Add trivial maps facilitator at about:maps
This is a simple HTML front end for the Google Static Maps API, since we don't yet have enough JS support for the full Google Maps. See: https://developers.google.com/maps/documentation/staticmaps/
Diffstat (limited to 'beos')
-rw-r--r--beos/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/Makefile.target b/beos/Makefile.target
index 9a57b41cb..478593cf6 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -110,7 +110,7 @@ RDEF_IMP_BEOS := $(addprefix $(OBJROOT)/,$(subst /,_,$(RDEF_IMP_BEOS)))
RDEP_BEOS := \
adblock.css beosdefault.css default.css internal.css quirks.css \
netsurf.png favicon.png ca-bundle.txt \
- credits.html licence.html welcome.html
+ credits.html licence.html welcome.html maps.html
RDEP_BEOS := $(addprefix beos/res/,$(RDEP_BEOS)) \
$(wildcard beos/res/icons/*.png) \
$(wildcard beos/res/??/*) \