Remove scripts
This commit is contained in:
parent
76df45ec4d
commit
731a042a7b
4 changed files with 19 additions and 29 deletions
9
Makefile
9
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue