Remove scripts

This commit is contained in:
Henrik Lissner 2016-04-08 15:39:36 -04:00
parent 76df45ec4d
commit 731a042a7b
4 changed files with 19 additions and 29 deletions

View file

@ -9,10 +9,15 @@ install: autoloads _install bootstrap.elc
update: autoloads _update bootstrap.elc
autoloads:
@$(EMACS) --script scripts/generate-autoloads.el 2>&1
@$(EMACS) --batch \
-l bootstrap.el \
-l core/core-defuns.el \
--eval '(narf-reload-autoloads)' 2>&1
compile: autoloads bootstrap.elc
@$(EMACS) --batch -f batch-byte-compile 2>&1 {core,modules,modules/contrib,private}/*.el {core,modules}/defuns/*.el
@$(EMACS) --batch -f batch-byte-compile 2>&1 \
{core,modules,modules/contrib,private}/*.el \
{core,modules}/defuns/*.el
snippets:
@[ -d private/snippets ] || git clone $(REPO_URL)/emacs-snippets private/snippets