Mercurial > emacs
view lisp/Makefile @ 17394:b793e8f5a9c2
Added cus-load.el target.
author | Per Abrahamsen <abraham@dina.kvl.dk> |
---|---|
date | Fri, 11 Apr 1997 13:14:52 +0000 |
parents | 7cb4b3489fac |
children | 04fc73bb3416 |
line wrap: on
line source
# # Maintenance productions for the Lisp directory # 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 doit: cus-load.el: doit $(EMACS) -batch -l ./cus-dep.el -f custom-make-dependencies TAGS: $(lisptagsfiles) ../lib-src/etags $(lisptagsfiles)