]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* 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 6d68c630d062c5f08f094bf03e1213697d912088..6abb96a05d4782ca25eebc03c2c091707ab315c5 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 05724235a9be2432b934040a8e84a5dfeedfba88..fab7baa78ddccd3c5b64cb84ff7e620286e44810 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
+