diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-08-22 20:08:47 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-08-27 09:31:30 (GMT) |
commit | cce8094fb001c327cc08483eb488ba8508b9bf25 (patch) | |
tree | 508c1b8fb1e1c6bb2e0ecb2e9e2e9e7222acf1a3 /Makefile | |
parent | f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4 (diff) | |
download | mxe-cce8094fb001c327cc08483eb488ba8508b9bf25.zip mxe-cce8094fb001c327cc08483eb488ba8508b9bf25.tar.gz mxe-cce8094fb001c327cc08483eb488ba8508b9bf25.tar.bz2 |
add missing things
index.html: make docs/build-matrix.html a link
mxe-activate: add versions.json
add .PHONY for build-matrix.html
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -757,6 +757,7 @@ cleanup-deps-style: || echo '*** Multi-line deps are mangled ***' && comm -3 tmp-$@-pre tmp-$@-post @rm -f $(TOP_DIR)/tmp-$@-* +.PHONY: docs/build-matrix.html docs/build-matrix.html: $(foreach 1,$(PKGS),$(PKG_MAKEFILES)) @echo '<!DOCTYPE html>' > $@ @echo '<html>' >> $@ |