(TAGS): Exclude =*.[chy] from tags table.

From-SVN: r2364
This commit is contained in:
Richard Stallman 1992-10-08 08:21:30 +00:00
parent 547ad55772
commit abd09f9705

View File

@ -1580,7 +1580,7 @@ uninstall:
TAGS: force
cd $(srcdir); \
mkdir temp; \
mv -f c-parse.c c-parse.h cp-parse.c cp-parse.h objc-parse.c cexp.c temp; \
mv -f c-parse.[ch] cp-parse.[ch] objc-parse.c cexp.c =*.[chy] temp; \
etags *.y *.h *.c; \
mv temp/* .; \
rmdir temp