loleaflet/Makefile.am |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 1dda92109fe17b291a3a650646a19f1af49babe7
Author:     Henry Castro <[email protected]>
AuthorDate: Mon Dec 23 13:59:16 2019 -0400
Commit:     Henry Castro <[email protected]>
CommitDate: Mon Jan 6 18:48:15 2020 +0100

    makefile: generate an index (ctag) file for the JavaScript language
    
    Change-Id: I495c7665786a47cfb007260368084a01c4163ea7
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85766
    Reviewed-by: Henry Castro <[email protected]>
    Tested-by: Henry Castro <[email protected]>

diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index 30ed1741d..edc6551aa 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -1,3 +1,4 @@
+CTAGS = ctags
 
 L10N_PO = $(wildcard $(srcdir)/po/*.po)
 
@@ -404,3 +405,6 @@ load-test: spec/data/load-test
        do \
                node_modules/.bin/mocha spec/headlessLoadTest.js > 
load_test_out/$$i.out 2>&1 & \
        done;
+
+ctags:
+       @$(CTAGS) --language-force=JavaScript $(LOLEAFLET_JS_SRC) 
$(srcdir)/js/global.js
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to