summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
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 /atari/Makefile.target
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 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 5d1f972e3..a09681b16 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -199,6 +199,7 @@ endif
$(Q)cp \!NetSurf/Resources/ca-bundle $(ATARI_TARGET_DIR)res/cabundle
$(Q)$(SPLIT_MESSAGES) -l en -p atari -f messages resources/FatMessages > $(ATARI_TARGET_DIR)res/messages
$(Q)cp \!NetSurf/Resources/en/welcome.html,faf $(ATARI_TARGET_DIR)res/welcome.html
+ $(Q)cp \!NetSurf/Resources/en/maps.html,faf $(ATARI_TARGET_DIR)res/maps.html
$(Q)cp \!NetSurf/Resources/en/licence.html,faf $(ATARI_TARGET_DIR)res/licence.html
$(Q)cp \!NetSurf/Resources/en/credits.html,faf $(ATARI_TARGET_DIR)res/credits.html