Add autoloads file to all lisps for Windows
This commit is contained in:
parent
da51208152
commit
5632cb67a1
1 changed files with 1 additions and 1 deletions
2
emacs/.emacs.d/windows.mk
Normal file → Executable file
2
emacs/.emacs.d/windows.mk
Normal file → Executable file
|
@ -6,7 +6,7 @@ BASE_DIR := $(subst \,/,$(shell cygpath -w $(CURDIR)))
|
|||
.PHONY: install
|
||||
|
||||
ALL_LISPS := init.el init.elc $(SITE_LISPS) $(COMPILED_SITE_LISPS) \
|
||||
$(INIT_LISPS) $(COMPILED_INIT_LISPS)
|
||||
$(INIT_LISPS) $(COMPILED_INIT_LISPS) $(AUTOLOADS_FILE)
|
||||
|
||||
install:
|
||||
for file in $(ALL_LISPS); do \
|
||||
|
|
Loading…
Reference in a new issue