commit | ebe0af4b77bca2042565a3f15fc1f597f5862874 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Oct 10 22:20:44 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Oct 10 22:20:44 2009 +0200 |
tree | abac49cbdabcb52caf6701c7900479ce2efda85d | |
parent | f7089f5852e95329a6c3c6cdfa4213351cb35e89 [diff] [blame] |
[BUILD] add a 'make tags' target
diff --git a/Makefile b/Makefile index 14586dc..46b762c 100644 --- a/Makefile +++ b/Makefile
@@ -509,6 +509,10 @@ rm -f haproxy-$(VERSION).tar.gz haproxy-$(VERSION)$(SUBVERS).tar.gz rm -f haproxy-$(VERSION) nohup.out gmon.out +tags: + find src include -name '*.c' -o -name '*.h' -print0 | \ + xargs -0 etags --declarations --members + tar: clean ln -s . haproxy-$(VERSION) tar --exclude=haproxy-$(VERSION)/.git \