diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-03 09:14:53 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-03 09:14:53 +0100 |
commit | 186a8b8ebce53dcdc1a192f55ca12d8b50d8c725 (patch) | |
tree | dd38cf58574322a9e1feb1fbd7512054073069d8 /Makefile.am | |
parent | 89ccb97fedc69e4508581ddcd93c9ea6740855c1 (diff) |
Add a 'tags' target to please ctags users
Change-Id: I190cc2b7bff165fbf0f9bbd21bb59c85bd7c245a
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0c4281d..3b52e8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,3 +20,6 @@ distclean-local: dist-hook: git log --date=short --pretty="format:@%cd %an <%ae> [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog +tags: + ctags --c++-kinds=+p --fields=+iaS --extra=+q -R --totals=yes * + |