Repository: mesos Updated Branches: refs/heads/master f98bd5f5c -> 6b11f5739
Included `glyphicons-halflings-regular.woff2` when `make dist`. `glyphicons-halflings-regular.woff2` is missing when `make dist`, this patch fixes it. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6b11f573 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6b11f573 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6b11f573 Branch: refs/heads/master Commit: 6b11f5739b4ec804ba0f84da85ed1dcc7887899c Parents: f98bd5f Author: Haosdent Huang <[email protected]> Authored: Sun Apr 30 00:55:28 2017 +0800 Committer: Haosdent Huang <[email protected]> Committed: Sun Apr 30 00:56:26 2017 +0800 ---------------------------------------------------------------------- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/6b11f573/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index 29da17b..6bb81fd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1618,7 +1618,8 @@ nobase_dist_pkgdata_DATA += \ webui/master/static/fonts/glyphicons-halflings-regular.eot \ webui/master/static/fonts/glyphicons-halflings-regular.svg \ webui/master/static/fonts/glyphicons-halflings-regular.ttf \ - webui/master/static/fonts/glyphicons-halflings-regular.woff + webui/master/static/fonts/glyphicons-halflings-regular.woff \ + webui/master/static/fonts/glyphicons-halflings-regular.woff2 # Need to distribute/install third-party javascript. nobase_dist_pkgdata_DATA += \
