From: Ben Laurie Date: Fri, 10 Jun 2005 17:24:13 +0000 (+0000) Subject: Add tags (again). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca138cee1215278ec085655e91e22ba9c6754c6;p=thirdparty%2Fapache%2Fhttpd.git Add tags (again). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@189991 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 6d8348d9f42..5a1e6cffc09 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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