1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-28 07:50:48 -08:00

(tagsfiles): Accept capital letters.

This commit is contained in:
Richard M. Stallman 1994-03-20 02:13:32 +00:00
parent 62039e5ab3
commit be8bd4a003

View file

@ -860,7 +860,7 @@ unlock:
relock:
chmod -w $(SOURCES)
chmod +w paths.h
tagsfiles = [a-z]*.h [a-z]*.c ../lisp/[a-z]*.el ../lisp/term/[a-z]*.el
tagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
TAGS: $(tagsfiles)
etags $(tagsfiles)
tags: TAGS