(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