summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-08-22 20:08:47 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-08-27 09:31:30 (GMT)
commitcce8094fb001c327cc08483eb488ba8508b9bf25 (patch)
tree508c1b8fb1e1c6bb2e0ecb2e9e2e9e7222acf1a3
parentf5567f2c37ad9cbbf0b31d08a166aa70a326d6e4 (diff)
downloadmxe-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
-rw-r--r--Makefile1
-rw-r--r--index.html3
-rw-r--r--tools/mxe-activate1
3 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fce112..cf3a363 100644
--- a/Makefile
+++ b/Makefile
@@ -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>' >> $@
diff --git a/index.html b/index.html
index f71bba8..01e76b1 100644
--- a/index.html
+++ b/index.html
@@ -1054,7 +1054,8 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<dd>
generate a report of what packages are
- supported on what targets to docs/build-matrix.html
+ supported on what targets to
+ <a href="docs/build-matrix.html">docs/build-matrix.html</a>
</dd>
<dt>make update</dt>
diff --git a/tools/mxe-activate b/tools/mxe-activate
index 82bfe11..1abffb8 100644
--- a/tools/mxe-activate
+++ b/tools/mxe-activate
@@ -56,6 +56,7 @@ _mxe()
;;
[!-]*)
pkgs+=" docs/build-matrix.html \
+ docs/versions.json \
check-requirements \
clean \
clean-junk \