You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2016/12/01 05:25:30 UTC

[06/50] [abbrv] incubator-hivemall git commit: Removed a PDF link and the fixed site building script

Removed a PDF link and the fixed site building script


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/eee79301
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/eee79301
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/eee79301

Branch: refs/heads/master
Commit: eee7930160d4b93be278701b998f3b0fd9b21e2a
Parents: 11d5f01 ef13a62
Author: myui <yu...@gmail.com>
Authored: Sun Oct 23 04:33:14 2016 +0900
Committer: myui <yu...@gmail.com>
Committed: Sun Oct 23 04:33:14 2016 +0900

----------------------------------------------------------------------
 bin/build_site.sh       | 2 ++
 docs/gitbook/.gitignore | 1 +
 docs/gitbook/book.json  | 1 -
 3 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/eee79301/bin/build_site.sh
----------------------------------------------------------------------
diff --cc bin/build_site.sh
index 5eb97f7,5eb97f7..bad6548
--- a/bin/build_site.sh
+++ b/bin/build_site.sh
@@@ -14,6 -14,6 +14,8 @@@ f
  cd $HIVEMALL_HOME
  mvn clean site
  
++cp -R docs/gitbook/_book target/site/userguide
++
  #
  # Run HTTP server on localhost
  #