summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-02-21 22:17:36 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2016-02-21 22:17:36 +0000
commit924e35af082249059328cf6552600945e1ffae7d (patch)
tree248f47bc2d7722269bd41658f9c3a723cbaf634b /riscos
parent5d0a6b8f1d74a79284015be181ef47ef7faab215 (diff)
downloadnetsurf-924e35af082249059328cf6552600945e1ffae7d.tar.gz
netsurf-924e35af082249059328cf6552600945e1ffae7d.tar.bz2
RISC OS: Run git date setter over distributed files for merging.
Diffstat (limited to 'riscos')
-rw-r--r--riscos/Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index 23e3fd05d..e6e4b896f 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -161,6 +161,7 @@ netsurf.zip: $(EXETARGET)
$(eval $@_TMPDIR := $(shell mktemp -d))
$(Q) $(RM) $@
$(Q) rsync --archive --verbose $(CURDIR)/!NetSurf $($@_TMPDIR)
+ $(Q) $(CURDIR)/utils/git-date.sh $(CURDIR)/riscos/distribution
$(Q) rsync --archive --verbose $(CURDIR)/riscos/distribution/!Boot $($@_TMPDIR)
$(Q) rsync --archive --verbose $(CURDIR)/riscos/distribution/!System $($@_TMPDIR)
$(Q) rsync --archive --verbose $(CURDIR)/riscos/distribution/3rdParty $($@_TMPDIR)