Commit abd09f97 by Richard Stallman

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

From-SVN: r2364
parent 547ad557
...@@ -1580,7 +1580,7 @@ uninstall: ...@@ -1580,7 +1580,7 @@ uninstall:
TAGS: force TAGS: force
cd $(srcdir); \ cd $(srcdir); \
mkdir temp; \ 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; \ etags *.y *.h *.c; \
mv temp/* .; \ mv temp/* .; \
rmdir temp rmdir temp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment