From 6b846c363ddd694bf32ac7e18f0316f4f2663e1b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 22 Oct 2014 20:39:43 +0100 Subject: 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/ --- atari/Makefile.target | 1 + 1 file changed, 1 insertion(+) (limited to 'atari') 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 -- cgit v1.2.3