[Libreoffice-commits] online.git: Makefile.am
Pranav Kant
pranavk at collabora.co.uk
Thu Dec 14 18:52:40 UTC 2017
Makefile.am | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 193cb33afc4c9d485e67907ede25121f1f6eee28
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Fri Dec 15 00:16:37 2017 +0530
Use `ctags` for emacs TAGS file too
So that we can use same arguments for both. `etags` binary is also
supplied on some systems by emacs-common package which doesn't
understand ctag like arguments. Best to use one program for all.
Change-Id: I22b57a43f7688c96c9e138e5783ee4157a34a172
diff --git a/Makefile.am b/Makefile.am
index e2bee88d..0c2462bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,6 +48,7 @@ endif
loolwsd_fuzzer_CPPFLAGS = -DKIT_IN_PROCESS=1 -DFUZZER=1 -DTDOC=\"$(abs_top_srcdir)/test/data\" $(AM_CPPFLAGS)
+ETAGS=ctags -e
AM_ETAGSFLAGS = --c++-kinds=+p --fields=+iaS --extra=+q -R --totals=yes --exclude=loleaflet *
AM_CTAGSFLAGS = $(AM_ETAGSFLAGS)
More information about the Libreoffice-commits
mailing list