mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(custom-deps): Depend on $(lisp)/subdirs.el.
(finder-data): Likewise. (autoloads): Likewise.
This commit is contained in:
parent
8400146f67
commit
a8b145e357
2 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2007-03-20 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
|
||||
(finder-data): Likewise.
|
||||
(autoloads): Likewise.
|
||||
|
||||
2007-03-20 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* files.el (basic-save-buffer): Do not set visited filename when
|
||||
|
|
|
|||
|
|
@ -87,12 +87,12 @@ doit:
|
|||
|
||||
$(lisp)/cus-load.el:
|
||||
touch $@
|
||||
custom-deps: $(lisp)/loaddefs.el $(lisp)/cus-load.el doit
|
||||
custom-deps: $(lisp)/subdirs.el $(lisp)/loaddefs.el $(lisp)/cus-load.el doit
|
||||
wd=$(lisp); $(setwins_almost); \
|
||||
echo Directories: $$wins; \
|
||||
$(EMACS) $(EMACSOPT) -l cus-dep --eval '(setq generated-custom-dependencies-file "$(lisp)/cus-load.el")' -f custom-make-dependencies $$wins
|
||||
|
||||
finder-data: $(lisp)/loaddefs.el doit
|
||||
finder-data: $(lisp)/subdirs.el $(lisp)/loaddefs.el doit
|
||||
wd=$(lisp); $(setwins_almost); \
|
||||
echo Directories: $$wins; \
|
||||
$(EMACS) $(EMACSOPT) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins
|
||||
|
|
@ -107,7 +107,7 @@ $(lisp)/loaddefs.el:
|
|||
echo ";; no-update-autoloads: t" >> $@
|
||||
echo ";; End:" >> $@
|
||||
echo ";;; loaddefs.el ends here" >> $@
|
||||
autoloads: $(lisp)/loaddefs.el doit
|
||||
autoloads: $(lisp)/subdirs.el $(lisp)/loaddefs.el doit
|
||||
wd=$(lisp); $(setwins_almost); \
|
||||
echo Directories: $$wins; \
|
||||
$(EMACS) $(EMACSOPT) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue