Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit db3d19a534257a4038049bb68ca78c2c8c39282b
Author: Pranav Kant <pran...@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
    (cherry picked from commit 193cb33afc4c9d485e67907ede25121f1f6eee28)
    Reviewed-on: https://gerrit.libreoffice.org/46709
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/Makefile.am b/Makefile.am
index ae34e8bf..3bfb3fc8 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)
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to