diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-08-22 20:07:21 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-08-27 09:31:30 (GMT) |
commit | f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4 (patch) | |
tree | 903268a634d0de05024694158cc624290291b8dc /Makefile | |
parent | d0e424038e16a928527588f3d7626f57d34fd486 (diff) | |
download | mxe-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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)": \ |