File: Makefile

package info (click to toggle)
emacs19 19.34-26.5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 41,856 kB
  • ctags: 34,702
  • sloc: lisp: 239,625; ansic: 136,046; sh: 2,430; makefile: 1,444; yacc: 373; asm: 254; csh: 12; sed: 4
file content (15 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Maintenance productions for the Lisp directory
#
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

TAGS: $(lisptagsfiles)
	../lib-src/etags $(lisptagsfiles)