]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add tags (again).
authorBen Laurie <ben@apache.org>
Fri, 10 Jun 2005 17:24:13 +0000 (17:24 +0000)
committerBen Laurie <ben@apache.org>
Fri, 10 Jun 2005 17:24:13 +0000 (17:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@189991 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 6d8348d9f4210e8fda8662dc6ab9d0cd5e945aa6..5a1e6cffc0929d3f6c78963733b5fb6ebaa2b6c1 100644 (file)
@@ -209,4 +209,8 @@ suexec:
 x-local-distclean:
        @rm -rf autom4te.cache
 
+tags:
+       rm -f TAGS
+       find . -name '*.[ch]' | xargs etags -a
+
 include $(top_srcdir)/os/os2/core.mk