]> sourceware.org Git - automake.git/commitdiff
TAGS and ID targets now in tags-subd.am
authorTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 18:27:53 +0000 (18:27 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 18:27:53 +0000 (18:27 +0000)
footer.am
lib/am/footer.am

index a1c44661812325a4dc1f11200aed92733655fd89..0b4f28f7f1961af1460bd78a2939bc73038493a6 100644 (file)
--- a/footer.am
+++ b/footer.am
@@ -1,15 +1,5 @@
 check dvi info install uninstall::
 
-id:: ID
-
-ID::
-       here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS)
-
-tags:: TAGS
-
-TAGS::
-       here=`pwd`; cd $(srcdir) && etags $(SOURCES) $(HEADERS) -o $$here/TAGS
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
index a1c44661812325a4dc1f11200aed92733655fd89..0b4f28f7f1961af1460bd78a2939bc73038493a6 100644 (file)
@@ -1,15 +1,5 @@
 check dvi info install uninstall::
 
-id:: ID
-
-ID::
-       here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS)
-
-tags:: TAGS
-
-TAGS::
-       here=`pwd`; cd $(srcdir) && etags $(SOURCES) $(HEADERS) -o $$here/TAGS
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
This page took 0.027609 seconds and 5 git commands to generate.