Updated emacs TAGS rules for idl.

git-svn-id: svn://10.0.0.236/trunk@34187 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com 1999-06-08 07:43:32 +00:00
parent b7149d69fd
commit 481b0b5652
2 changed files with 2 additions and 2 deletions

View File

@ -481,7 +481,7 @@ unmangle:: $(DIRS)
alltags::
echo Making emacs tags
c:\\mksnt\\find . -name dist -prune -o ( -name '*.[hc]' -o -name '*.cpp' ) -print | c:\\mksnt\\xargs etags -a
c:\\mksnt\\find . -name dist -prune -o ( -name '*.[hc]' -o -name '*.cpp' -o -name '*.idl' ) -print | c:\\mksnt\\xargs etags -a
#//------------------------------------------------------------------------

View File

@ -419,7 +419,7 @@ distclean::
alltags:
rm -f TAGS
find . -name dist -prune -o \( -name '*.[hc]' -o -name '*.cp' -o -name '*.cpp' \) -print | xargs etags -a
find . -name dist -prune -o \( -name '*.[hc]' -o -name '*.cp' -o -name '*.cpp' -o -name '*.idl' \) -print | xargs etags -a
#
# Turn on C++ linking if we have any .cpp files