[Emacs] Move bin to gen-gh-pages

This commit is contained in:
2016-12-28 17:00:27 -08:00
parent 4b77e33273
commit 9e56ced1dd
8 changed files with 1 additions and 1 deletions

17
gen-gh-pages/compile.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
export PATH="$HOME/.cask/bin:$HOME/.evm/bin:$PATH"
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TARGET=$(readlink -f "$THIS_DIR/../dotfiles/emacs.d/README.org")
git clone https://github.com/rejeep/evm.git "$HOME/.evm"
evm config path /tmp
evm install emacs-25.1-travis --use --skip
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
cask install
cask exec emacs --script generate-html.el
cp "$THIS_DIR/../dotfiles/emacs.d/README.html" out/index.html