summaryrefslogtreecommitdiff
path: root/lib/am/tags.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-07-15 21:29:28 +0000
committerTom Tromey <tromey@redhat.com>2001-07-15 21:29:28 +0000
commite14e03852a812ec2d1eb91963e0897c01019c632 (patch)
treec22e6f7ac60a85a3154654d1e982ee28cb7b7a4a /lib/am/tags.am
parentc3f036e267ce6aea2c02f18e724ffaf466f3b029 (diff)
downloadautomake-e14e03852a812ec2d1eb91963e0897c01019c632.tar.gz
* lib/am/tags.am (distclean-tags): Remove files for gtags.
From Shigio Yamaguchi.
Diffstat (limited to 'lib/am/tags.am')
-rw-r--r--lib/am/tags.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/am/tags.am b/lib/am/tags.am
index 05724235a..fab7baa78 100644
--- a/lib/am/tags.am
+++ b/lib/am/tags.am
@@ -84,4 +84,5 @@ GTAGS:
.PHONY distclean-am: distclean-tags
distclean-tags:
- -rm -f TAGS ID
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+