mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Merge pull request #546 from dickmao/cask-install
need to run cask install, generally
This commit is contained in:
commit
9b6cb649ae
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -41,7 +41,9 @@ autoloads:
|
|||
clean:
|
||||
cask clean-elc
|
||||
rm -rf test/test-install
|
||||
rm -rf log/*websocket*
|
||||
rm -f log/*websocket*
|
||||
rm -f features/Untitled*.ipynb
|
||||
rm -f test/Untitled*.ipynb
|
||||
|
||||
.PHONY: dist-clean
|
||||
dist-clean: clean
|
||||
|
@ -52,6 +54,7 @@ dist-clean: clean
|
|||
test-compile: clean autoloads
|
||||
# TODO When we are ready to properly compile, replace the disaster here
|
||||
# with (setq byte-compile-error-on-warn t) --dickmao
|
||||
cask install
|
||||
! ( cask build 2>&1 | awk '{if (/^ /) { gsub(/^ +/, " ", $$0); printf "%s", $$0 } else { printf "\n%s", $$0 }}' | egrep -a "not known|Error|free variable|error for|Use of gv-ref|multiple times|Unused|but requires" )
|
||||
cask clean-elc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue