loolwsd/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit dc56637e1133c7b3c5c45158582755a2d85a32cc Author: Miklos Vajna <[email protected]> Date: Tue Oct 20 14:17:58 2015 +0200 loolwsd: don't try to exclude jails from tags Don't pretend that we know where jails will be, the may be elsewhere. If indexing jails/systemplate is problem, configure them outside the build tree instead. diff --git a/loolwsd/Makefile.am b/loolwsd/Makefile.am index 9e1f143..e0e3fb9 100644 --- a/loolwsd/Makefile.am +++ b/loolwsd/Makefile.am @@ -36,5 +36,4 @@ all-local: loolwsd fi tags: - ctags --c++-kinds=+p --fields=+iaS --extra=+q -R --totals=yes \ - --exclude=jails * + ctags --c++-kinds=+p --fields=+iaS --extra=+q -R --totals=yes * _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
