Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 186a8b8ebce53dcdc1a192f55ca12d8b50d8c725
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Wed Dec 3 09:14:53 2014 +0100

    Add a 'tags' target to please ctags users
    
    Change-Id: I190cc2b7bff165fbf0f9bbd21bb59c85bd7c245a

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 *
+
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to