mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(custom-deps): Target renamed from cus-load.el.
(finder-data): Target renamed from finder-inf.el (unlock, relock): Targets deleted. (lisptagsfiles): Look in all subdirs.
This commit is contained in:
parent
86e67f134f
commit
ff45a04da5
1 changed files with 3 additions and 10 deletions
|
|
@ -3,21 +3,14 @@
|
|||
#
|
||||
EMACS = emacs
|
||||
SOURCES = *.el COPYING Makefile
|
||||
lisptagsfiles = [a-zA-Z]*.el term/[a-zA-Z]*.el
|
||||
|
||||
unlock:
|
||||
chmod u+w $(SOURCES)
|
||||
|
||||
relock:
|
||||
chmod -w $(SOURCES)
|
||||
chmod +w version.el finder-inf.el loaddefs.el
|
||||
lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el
|
||||
|
||||
doit:
|
||||
|
||||
cus-load.el: doit
|
||||
custom-deps: doit
|
||||
$(EMACS) -batch -l cus-dep.el -f custom-make-dependencies
|
||||
|
||||
finder-inf.el: doit
|
||||
finder-data: doit
|
||||
$(EMACS) -batch -l finder -f finder-compile-keywords-make-dist
|
||||
|
||||
autoloads: doit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue