Repository: mesos
Updated Branches:
  refs/heads/1.2.x 4cb0bb4b4 -> 1102b7dd1


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/1102b7dd
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1102b7dd
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1102b7dd

Branch: refs/heads/1.2.x
Commit: 1102b7dd1523aab29abdbcbefb7c2b69a1b0178d
Parents: 4cb0bb4
Author: Haosdent Huang <[email protected]>
Authored: Sun Apr 30 00:55:28 2017 +0800
Committer: Haosdent Huang <[email protected]>
Committed: Sun Apr 30 11:39:05 2017 +0800

----------------------------------------------------------------------
 src/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1102b7dd/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 8f03caa..9480b36 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1588,7 +1588,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 +=                                            \

Reply via email to