aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index cbe7718981e..dd02aaab4c5 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -176,8 +176,9 @@ $(lisp)/finder-inf.el:
176# Note that we set no-update-autoloads in _generated_ leim files. 176# Note that we set no-update-autoloads in _generated_ leim files.
177# If you want to allow autoloads in such files, remove that, 177# If you want to allow autoloads in such files, remove that,
178# and make this depend on leim. 178# and make this depend on leim.
179autoloads .PHONY: $(lisp)/loaddefs.el 179autoloads .PHONY: $(lisp)/loaddefs.el $(LOADDEFS)
180$(lisp)/loaddefs.el: $(LOADDEFS) 180
181$(lisp)/loaddefs.el:
181 @echo Directories for loaddefs: ${SUBDIRS_ALMOST} 182 @echo Directories for loaddefs: ${SUBDIRS_ALMOST}
182 $(AM_V_GEN)$(emacs) -l autoload \ 183 $(AM_V_GEN)$(emacs) -l autoload \
183 --eval '(setq autoload-ensure-writable t)' \ 184 --eval '(setq autoload-ensure-writable t)' \
@@ -185,6 +186,10 @@ $(lisp)/loaddefs.el: $(LOADDEFS)
185 --eval '(setq generated-autoload-file (expand-file-name (unmsys--file-name "$@")))' \ 186 --eval '(setq generated-autoload-file (expand-file-name (unmsys--file-name "$@")))' \
186 -f batch-update-autoloads ${SUBDIRS_ALMOST} 187 -f batch-update-autoloads ${SUBDIRS_ALMOST}
187 188
189
190temacs-loaddefs:
191 ../src/temacs --load-temacs ${SUBDIRS_ALMOST}
192
188# autoloads only runs when loaddefs.el is nonexistent, although it 193# autoloads only runs when loaddefs.el is nonexistent, although it
189# generates a number of different files. Provide a force option to enable 194# generates a number of different files. Provide a force option to enable
190# regeneration of all these files. 195# regeneration of all these files.