(Finsert_file_contents): Do call signal_after_change
[emacs.git] / lisp / Makefile
blobedbb2b0d0b808a8f8afff2210681360e7a317e5c
2 # Maintenance productions for the Lisp directory
4 EMACS = emacs
5 SOURCES = *.el COPYING Makefile
6 lisptagsfiles = [a-zA-Z]*.el term/[a-zA-Z]*.el
8 unlock:
9 chmod u+w $(SOURCES)
11 relock:
12 chmod -w $(SOURCES)
13 chmod +w version.el finder-inf.el loaddefs.el
15 doit:
17 cus-load.el: doit
18 $(EMACS) -batch -l ./cus-dep.el -f custom-make-dependencies
20 TAGS: $(lisptagsfiles)
21 ../lib-src/etags $(lisptagsfiles)