mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
This commit is contained in:
parent
c773345a18
commit
50da4e5637
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
|
||||
|
||||
2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* xterm.c (x_handle_net_wm_state): Move declaration of lval before
|
||||
|
|
|
|||
|
|
@ -1312,8 +1312,8 @@ extraclean: distclean
|
|||
/* Arrange to make a tags table TAGS-LISP for ../lisp,
|
||||
plus TAGS for the C files, which includes ../lisp/TAGS by reference. */
|
||||
|
||||
ctagsfiles1 = [xyzXYZ]*.[hc]
|
||||
ctagsfiles2 = [a-wA-W]*.[hc]
|
||||
ctagsfiles1 = [xyzXYZ]*.[hcm]
|
||||
ctagsfiles2 = [a-wA-W]*.[hcm]
|
||||
|
||||
TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)
|
||||
../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \
|
||||
|
|
|
|||
Loading…
Reference in a new issue