summaryrefslogtreecommitdiff
path: root/frontends/atari/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-06-22 00:03:25 +0100
committerVincent Sanders <vince@kyllikki.org>2020-06-22 00:04:42 +0100
commit38bfbe9cf65fb6913b609e37ef9d5d6320201c54 (patch)
tree2abd89fb2849bab51c17f74d612dd12e03964afb /frontends/atari/Makefile
parent0ee5e23184d21bdadcbb24c769db09dd46b85356 (diff)
downloadnetsurf-38bfbe9cf65fb6913b609e37ef9d5d6320201c54.tar.gz
netsurf-38bfbe9cf65fb6913b609e37ef9d5d6320201c54.tar.bz2
remove perl split-messages tool usage
Diffstat (limited to 'frontends/atari/Makefile')
-rw-r--r--frontends/atari/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/frontends/atari/Makefile b/frontends/atari/Makefile
index 66bfd6868..6de15b62e 100644
--- a/frontends/atari/Makefile
+++ b/frontends/atari/Makefile
@@ -123,8 +123,16 @@ S_FRONTEND := \
# Note this is deliberately *not* expanded here as common and image
# are not yet available
SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_FRONTEND)
+
+# ---------------------------------------------------------------------------
+# Target setup
+# ---------------------------------------------------------------------------
+
EXETARGET := ns$(SUBTARGET)$(PRGSUFFIX)
+# The filter and target for split messages
+MESSAGES_FILTER=atari
+
# ----------------------------------------------------------------------------
# Install target
# ----------------------------------------------------------------------------
@@ -140,10 +148,6 @@ ATARI_FONT_SOURCE_DIR := $(ATARI_FONT_TMP_DIR)$(ATARI_FONT_NAME)/
ATARI_GENERIC_RESOURCES := de en it ja nl
ATARI_RESOURCES := $(addprefix resources/,$(ATARI_GENERIC_RESOURCES))
-# ----------------------------------------------------------------------------
-# Install target
-# ----------------------------------------------------------------------------
-
install-atari:
# ----------------------------------------------------------------------------
@@ -196,8 +200,7 @@ endif
$(Q)cp resources/internal.css $(ATARI_TARGET_DIR)res/internal.css
$(Q)cp resources/SearchEngines $(ATARI_TARGET_DIR)res/search
$(Q)cp resources/ca-bundle $(ATARI_TARGET_DIR)res/cabundle
- $(Q)$(RM) $(ATARI_TARGET_DIR)res/messages
- $(Q)$(SPLIT_MESSAGES) -l en -p atari -f messages -o $(ATARI_TARGET_DIR)res/messages resources/FatMessages
+ $(Q)$(INSTALL) -m 644 -T $(MESSAGES_TARGET)/en/Messages $(ATARI_TARGET_DIR)res/messages
$(Q)cp resources/en/welcome.html $(ATARI_TARGET_DIR)res/welcome.html
$(Q)cp resources/en/licence.html $(ATARI_TARGET_DIR)res/licence.html
$(Q)cp resources/en/credits.html $(ATARI_TARGET_DIR)res/credits.html