* lib/am/tags.am (distclean-tags): Remove files for gtags.
authorTom Tromey <tromey@redhat.com>
Sun, 15 Jul 2001 21:29:28 +0000 (21:29 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 15 Jul 2001 21:29:28 +0000 (21:29 +0000)
From Shigio Yamaguchi.

ChangeLog
lib/am/tags.am

index 6d68c63..6abb96a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-15  Tom Tromey  <tromey@redhat.com>
+
+       * lib/am/tags.am (distclean-tags): Remove files for gtags.
+       From Shigio Yamaguchi.
+
 2001-07-14  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>
 
        * lib/am/distdir.am (distcheck): Emit diagnostic when files
index 0572423..fab7baa 100644 (file)
@@ -84,4 +84,5 @@ GTAGS:
 .PHONY distclean-am: distclean-tags
 
 distclean-tags:
-       -rm -f TAGS ID
+       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+