summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-08-22 20:07:21 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-08-27 09:31:30 (GMT)
commitf5567f2c37ad9cbbf0b31d08a166aa70a326d6e4 (patch)
tree903268a634d0de05024694158cc624290291b8dc /Makefile
parentd0e424038e16a928527588f3d7626f57d34fd486 (diff)
downloadmxe-f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4.zip
mxe-f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4.tar.gz
mxe-f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4.tar.bz2
mv versions.json build-matrix.html assets docs/
See https://github.com/mxe/mxe/issues/1500
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8084b23..3fce112 100644
--- a/Makefile
+++ b/Makefile
@@ -757,7 +757,7 @@ cleanup-deps-style:
|| echo '*** Multi-line deps are mangled ***' && comm -3 tmp-$@-pre tmp-$@-post
@rm -f $(TOP_DIR)/tmp-$@-*
-build-matrix.html: $(foreach 1,$(PKGS),$(PKG_MAKEFILES))
+docs/build-matrix.html: $(foreach 1,$(PKGS),$(PKG_MAKEFILES))
@echo '<!DOCTYPE html>' > $@
@echo '<html>' >> $@
@echo '<head>' >> $@
@@ -849,8 +849,8 @@ build-matrix.html: $(foreach 1,$(PKGS),$(PKG_MAKEFILES))
@echo '</body>' >> $@
@echo '</html>' >> $@
-.PHONY: versions.json
-versions.json: $(foreach PKG,$(PKGS), $(TOP_DIR)/src/$(PKG).mk)
+.PHONY: docs/versions.json
+docs/versions.json: $(foreach PKG,$(PKGS), $(TOP_DIR)/src/$(PKG).mk)
@echo '{' > $@
@{$(foreach PKG,$(PKGS), \
echo ' "$(PKG)": \