summaryrefslogtreecommitdiff
path: root/riscos/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-01-29 23:41:12 +0000
committerVincent Sanders <vince@kyllikki.org>2015-01-29 23:41:12 +0000
commit8443bf80348fa460483a646441b0c0a47b321aa6 (patch)
tree33fa4c6aa54d30936f1faa7e15f42bc0e93b7f52 /riscos/Makefile.target
parent009e8c9f7468efef8f915a6950506287085a408e (diff)
downloadnetsurf-8443bf80348fa460483a646441b0c0a47b321aa6.tar.gz
netsurf-8443bf80348fa460483a646441b0c0a47b321aa6.tar.bz2
Add RISC OS locale dependant help
Dick Tanis <dtanis@ymail.com> provided a locale dependant !Help and the dutch resources to go with it. I simply integrated it into the build process
Diffstat (limited to 'riscos/Makefile.target')
-rw-r--r--riscos/Makefile.target16
1 files changed, 14 insertions, 2 deletions
diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index a52c03f5a..d51c6a27b 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -98,16 +98,28 @@ EXETARGET := !NetSurf/!RunImage$(EXEEXT)
!NetSurf/!Run$(RUNEXT): riscos/scripts/Run $(EXETARGET)
$(VQ)echo " MAKERUN: $@"
$(Q)$(MAKERUN) $(EXETARGET) $< $@
+
+!NetSurf/!Help$(RUNEXT): riscos/scripts/Help
+ $(VQ)echo " CP: $@"
+ $(Q)cp $< $@
+
$(DEPROOT)/squeeze.d: $(EXETARGET)
$(VQ)echo " SQUEEZE: $<"
$(Q)$(SQUEEZE) -f -v $(EXETARGET)
$(Q)$(TOUCH) $@
-POSTEXES += !NetSurf/!Run$(RUNEXT) $(DEPROOT)/squeeze.d
+
+POSTEXES += !NetSurf/!Run$(RUNEXT) !NetSurf/!Help$(RUNEXT) $(DEPROOT)/squeeze.d
+
clean-run:
$(VQ)echo " CLEAN: !NetSurf/!Run$(RUNEXT)"
$(Q) $(RM) !NetSurf/!Run$(RUNEXT)
-CLEANS += clean-run
+
+clean-help:
+ $(VQ)echo " CLEAN: !NetSurf/!Help$(RUNEXT)"
+ $(Q) $(RM) !NetSurf/!Help$(RUNEXT)
+
+CLEANS += clean-run clean-help
split-messages:
$(call split_install_messages, ro, !NetSurf/Resources/)