solenv/bin/create-tags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d045ad920be0aa55cd3761dc236fc621bcd8e387 Author: Takeshi Abe <t...@fixedpoint.jp> Date: Fri Nov 7 13:52:44 2014 +0900 make 'make tags' work in case of out-of-tree build Change-Id: I6c25988497208d9ae652feb1f9c37032f22ae376 Reviewed-on: https://gerrit.libreoffice.org/12295 Reviewed-by: Michael Stahl <mst...@redhat.com> Tested-by: Michael Stahl <mst...@redhat.com> diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags index a9f2622..1d3f2a5 100755 --- a/solenv/bin/create-tags +++ b/solenv/bin/create-tags @@ -12,7 +12,7 @@ omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q" ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $omnicppoptions \ --languages=-HTML,Java,JavaScript \ -R --exclude=instdir --exclude=workdir \ - --exclude=clone --totals=yes * + --exclude=clone --totals=yes ${SRCDIR:-*} ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $omnicppoptions \ --languages=-HTML,Java,JavaScript \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits